yonaskolb / XcodeGen

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

Deactivate the auto-generated scheme by the target #1394

Open vicajilau opened 10 months ago

vicajilau commented 10 months ago

Hello everyone,

I have a target with several schemas. I would like to disable the capability that causes a schema to be automatically created with the name of the target. Is there a way to disable this functionality to auto-generate the schema from the target?

Thank you so much!!