Skip to content

Commit

Permalink
Disable new _SwiftInteropInfo usage (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored May 4, 2021
1 parent 0f32964 commit 709d8b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apple/internal/apple_framework_import.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ def _framework_objc_provider_fields(

def _swift_interop_info_with_dependencies(ctx, framework_groups, module_map_imports):
"""Return a Swift interop provider for the framework if it has a module map."""

# TODO: Re-enable this once https://github.com/bazelbuild/rules_apple/issues/1147 is fixed
if True:
return None

if not module_map_imports:
return None

Expand Down

0 comments on commit 709d8b1

Please sign in to comment.