Skip to content

Commit

Permalink
Remove missing output_discriminator attribute usage (#796)
Browse files Browse the repository at this point in the history
Fixes bazel-ios/rules_ios#795. Bazel 7 seems to validate the usage of non-defined attributes better than Bazel 6 and lower.

~Testing Bazel 7 in CI using bazel-ios/rules_ios#797 This gets us one step closer to being prepared for Bazel 7.

Signed-off-by: Matt Robinson <mattrob@hey.com>
  • Loading branch information
mattrobmattrob authored and nataliejameson committed Aug 13, 2024
1 parent 05c46c6 commit d9b78c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rules/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def ios_application(
deps = deps,
frameworks = frameworks,
families = families,
output_discriminator = None,
infoplists = select(processed_infoplists),
testonly = testonly,
**application_kwargs
Expand Down
1 change: 0 additions & 1 deletion rules/app_clip.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def ios_app_clip(
deps = deps,
frameworks = frameworks,
families = families,
output_discriminator = None,
infoplists = select(processed_infoplists),
testonly = testonly,
**kwargs
Expand Down
1 change: 0 additions & 1 deletion rules/extension.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def ios_extension(
deps = deps,
families = families,
frameworks = frameworks,
output_discriminator = None,
infoplists = select(processed_infoplists),
testonly = testonly,
**kwargs
Expand Down

0 comments on commit d9b78c2

Please sign in to comment.