yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.07k stars 820 forks source link

creating non-shared schemes #598

Open AVVS opened 5 years ago

AVVS commented 5 years ago

Hi, didn't find whether its possible to create non-shared schemes or not. Mainly the use-case is to have helper schemes and have main scheme for carthage to then build the framework.

If its not possible - could you point where to look when I have time to submit a PR if this feature seems needed for others?

pvinis commented 5 years ago

I guess one way to do this is to have a shared scheme, and add it to gitignore? Not the solution, but maybe it helps.