Open
Description
Currently if you define schemes in your project configuration, they will be created as shared schemes. This also overwrites any existing shared schemes. The problem is that if you create a scheme in the Xcode UI, it defaults to share so if a user forgets to uncheck that when creating a custom scheme, their schemes will be overwritten the next time they generate.
I think ideally any shared schemes in XcodeGen would just be added along side any currently existing shared schemes (unless they have the same name, at which point they should be overwritten)