Skip to content

Commit

Permalink
use swift_clang_module_aspect on apple_framework_packaging.transitive…
Browse files Browse the repository at this point in the history
…_deps (#3) (#570)
  • Loading branch information
qyang-nj committed May 3, 2023
1 parent 3884a20 commit 6f11291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load("@build_bazel_rules_apple//apple/internal:rule_support.bzl", "rule_support"
load("@build_bazel_rules_apple//apple/internal:apple_toolchains.bzl", "AppleMacToolsToolchainInfo", "AppleXPlatToolsToolchainInfo")
load("@build_bazel_rules_apple//apple/internal/utils:clang_rt_dylibs.bzl", "clang_rt_dylibs")
load("@build_bazel_rules_apple//apple:providers.bzl", "AppleBundleInfo", "IosFrameworkBundleInfo")
load("@build_bazel_rules_swift//swift:swift.bzl", "SwiftInfo", "swift_common")
load("@build_bazel_rules_swift//swift:swift.bzl", "SwiftInfo", "swift_clang_module_aspect", "swift_common")
load(
"@build_bazel_rules_apple//apple/internal/aspects:resource_aspect.bzl",
"apple_resource_aspect",
Expand Down Expand Up @@ -1118,6 +1118,7 @@ The default behavior bakes this into the top level app. When false, it's statica
""",
),
"transitive_deps": attr.label_list(
aspects = [swift_clang_module_aspect],
mandatory = True,
cfg = apple_common.multi_arch_split,
doc =
Expand Down

0 comments on commit 6f11291

Please sign in to comment.