XcodeGen
XcodeGen copied to clipboard
Config to show/hide specific schemes
Is there a way to show/hide specific schemes to keep the scheme selection clean?
In the scheme manager, there is a show
checkbox that allows to hide some schemes from the active scheme selector.
So far I wasn't able to modify this parameter with xcodegen.
Thank you
@mime29 after digging the rabbit hole on how xcode
show or hide scheme, looks like the value is store on xcuserdata
, specifically xcschememanagement.plist
.
i don't sure xcodegen touch this before. i honestly interesting on this idea, will look into it
update
we need to have access to xcuserdata
on xcodeproj, fortunatly someone raise PR to add the ability https://github.com/tuist/XcodeProj/pull/565.
oct 21
i open a PR for this issue https://github.com/yonaskolb/XcodeGen/pull/1142
Thank you, I'm really looking forward to see that working
@wendyliga you beat me to it! I just started working on this this morning too. Awesome you've already submitted the PR. I'll take a look!