Skip to content

Commit

Permalink
Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and luispadron committed Jul 9, 2024
1 parent c51f19c commit e84f076
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apple/internal/aspects/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bzl_library(
"//apple/internal/providers:app_intents_info",
"@bazel_skylib//lib:collections",
"@build_bazel_apple_support//lib:apple_support",
"@build_bazel_rules_swift//swift",
"@build_bazel_rules_swift//swift:module_name",
"@build_bazel_rules_swift//swift:providers",
],
)

Expand Down
2 changes: 1 addition & 1 deletion apple/internal/aspects/app_intents_aspect.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ load(
"derive_swift_module_name",
)
load(
"@build_bazel_rules_swift//swift:providers.bzl",
"@build_bazel_rules_swift//swift:swift.bzl",
"SwiftInfo",
)

Expand Down
1 change: 0 additions & 1 deletion apple/internal/resource_actions/app_intents.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ elif [[ "$output" == *"skipping writing output"* ]]; then
exit 1
fi
''',
executable = "/usr/bin/xcrun",
inputs = depset([bundle_binary], transitive = transitive_inputs),
outputs = [output],
mnemonic = "AppIntentsMetadataProcessor",
Expand Down

0 comments on commit e84f076

Please sign in to comment.