Skip to content

Commit

Permalink
Revert "use swift_clang_module_aspect on apple_framework_packaging.tr…
Browse files Browse the repository at this point in the history
…ansitive_deps (#3) (#570)" (#715)

This reverts commit 6f11291 (#570). This fixes #712 and is confirmed in #713 (which can be merged after this is done since I don't have repo branch push access).
  • Loading branch information
mattrobmattrob authored May 9, 2023
1 parent 7ad2cd0 commit 5d32bd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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_clang_module_aspect", "swift_common")
load("@build_bazel_rules_swift//swift:swift.bzl", "SwiftInfo", "swift_common")
load(
"@build_bazel_rules_apple//apple/internal/aspects:resource_aspect.bzl",
"apple_resource_aspect",
Expand Down Expand Up @@ -1118,7 +1118,6 @@ 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 5d32bd1

Please sign in to comment.