Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 an iPhone, iPad etc using the Command Line / Terminal?

I found this tool xcodebuild here but it only seems to build the App (i.e compile it). I'm looking for more of a creation prompt to initially set-up the project.

Thank you in advance!

like image 435
Angelo Stracquatanio Avatar asked Nov 05 '22 03:11

Angelo Stracquatanio


1 Answers

This might give you some insights: Creating an iPhone App "From Scratch"

like image 134
zakovyrya Avatar answered Nov 09 '22 12:11

zakovyrya