XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Config to show/hide specific schemes

Open mime29 opened this issue 4 years ago • 3 comments

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 avatar Aug 18 '20 02:08 mime29

@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

wendyliga avatar Sep 18 '20 02:09 wendyliga

Thank you, I'm really looking forward to see that working

mime29 avatar Oct 09 '20 08:10 mime29

@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!

teameh avatar Oct 21 '21 10:10 teameh