MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
519 stars 82 forks source link

Remove `platform_mappings` #2899

Closed brentleyjones closed 7 months ago

brentleyjones commented 7 months ago

The file was only required during the rules_apple 3.0 RC cycle. Removing this works around issues testing both Bazel 6 and Bazel HEAD.

brentleyjones commented 7 months ago

The failures related to @@rules_xcodeproj~override versus @@rules_xcodeproj~ are a Bazel HEAD change unrelated to this PR. I'll address that with a different change.