Feature Request: Configure if scheme should be created or not based on patterns
thiagohmcruz opened this issue · 1 comments
thiagohmcruz commented
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
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
)?