bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 85 forks source link

Remove missing `output_discriminator` attribute usage #796

Closed mattrobmattrob closed 10 months ago

mattrobmattrob commented 10 months ago

Fixes https://github.com/bazel-ios/rules_ios/issues/795. Bazel 7 seems to validate the usage of non-defined attributes better than Bazel 6 and lower.

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