MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

Add `literal_string` arg to `xcschemes.arg` #2938

Closed brentleyjones closed 5 months ago

brentleyjones commented 5 months ago

This allows having multiple arguments under a single checkbox in Xcode.

Also changes enabled and skipped to isEnabled and isSkipped to match Swift API naming guidelines.