bazel-ios / rules_ios

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

Remove `apple_patched` rules #813

Closed luispadron closed 6 months ago

luispadron commented 9 months ago

Removes the apple_patched rules which will no longer be supported in 4.x. These rules were generally not used outside of the tests in this repository.

Allows us to remove some custom non-bzlmod dependencies and some tests that were only for apple_patched. It will also make updating to new Xcode versions easier as less pre-built deps to update