Skip to content

Commit

Permalink
mobile/
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Dec 9, 2024
1 parent 5814a96 commit 3e0c3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile/bazel/framework_imports_extractor.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ supported by 'apple_static_framework_import'.
"""

load("//bazel:config.bzl", "MINIMUM_IOS_VERSION")
load("@build_bazel_rules_apple//apple/internal:transition_support.bzl", "transition_support")

def _framework_imports_extractor(ctx):
outputs = [
Expand Down Expand Up @@ -47,7 +48,7 @@ framework_imports_extractor = rule(
attrs = dict(
framework = attr.label(
mandatory = True,
cfg = apple_common.multi_arch_split,
cfg = transition_support.apple_platform_split_transition,
),
platform_type = attr.string(default = "ios"),
minimum_os_version = attr.string(default = MINIMUM_IOS_VERSION),
Expand Down

0 comments on commit 3e0c3a2

Please sign in to comment.