bazel-ios / rules_ios

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

Remove Bazel 5 and rules_apple 2 related code #835

Closed luispadron closed 6 months ago

luispadron commented 6 months ago

This PR removes the existing Bzlmod extensions required to work around the API changes between rules apple 2 and rules apple 3. Additionally, removes any branching we were doing for either Bazel 5 or rules_apple < 3.

luispadron commented 6 months ago

I'll add some contributing docs on cherry picking and create a branch for v3.

We've already asked folks if they're on Bazel 5 previously but I'll announce when I merge and release this