MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
521 stars 83 forks source link

Feature Request: `xcschemes.scheme` should have an `adjust_xcode_previews` attribute #2994

Closed brentleyjones closed 5 months ago

brentleyjones commented 6 months ago

xcodeproj has the adjust_schemes_for_swiftui_previews attribute (which should be renamed), which globally applies a change to all schemes. It can be desirable to adjust that behavior on a scheme-by-scheme basis though. So xcschemes.scheme should have an adjust_xcode_previews attribute which allows overriding the global value.

brentleyjones commented 5 months ago

This is no longer needed, since we no longer adjust the scheme in incremental generation mode.