I was wondering if there is a way to programmatically create a new Xcode project for iPhone, iPad, etc. using the command line / terminal?
I found this tool xcodebuild here , but it looks like it is just building an application (e.g. compile it). I am looking for more invitations to create an initial project setup.
Thank you in advance!
source
share