Is there a way to create a new Xcode project using the command line?

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!

+5
source share
1 answer

This may give you some ideas: Create a Scratch Free iPhone App

+2
source

All Articles