Reputation: 3015
In xcode, is it possible to create new schemes and/or to add files to an existing scheme from the command line ?
Upvotes: 1
Views: 48
Reputation: 3545
There's no officially supported way to create or manage Xcode projects from scripts, but you can use a community project to do that, for example CocoaPods' gem: https://github.com/CocoaPods/Xcodeproj
Upvotes: 1