MobileNativeFoundation / rules_xcodeproj

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

Feature Request: Configure if scheme should be created or not based on patterns #3013

Closed thiagohmcruz closed 4 months ago

thiagohmcruz commented 5 months ago

The use case I have in mind is one wanting source files to be indexed when there's no intent to directly build the respective targets in Xcode.

The existing features related to scheme generation are very flexible but what I'm missing here is the ability to configure things in bulk based on patterns instead of having to list all involved targets explicitly.

thiagohmcruz commented 5 months ago

Maybe this is a new scheme_autogeneration_mode that pairs with another attribute specifying the patterns (or pass in a struct to scheme_autogeneration_mode)?