apple_support
apple_support copied to clipboard
Fork the Xcode rules from Bazel built-in Starlark into `apple_support`
PiperOrigin-RevId: 631018102 (cherry picked from commit f1bbadc4aef7b62450b5db96b05c3da6e337900c)
These new rules only work with Bazel 8. We should:
- Add a feature to bazel_features so people can detect the
apple_common.XcodeVersionConfigsignature change and the addition ofapple_fragment.xcode_version_flag - Error early if someone tries to use these rules on an unsupported Bazel version
@brentleyjones @keith I rebased this and added checks for the bazel feature that's required. Mind taking a look?