build - Terminal Command or Apple Script to run XCode? -


Can XCode be executed by executing AppleScript or any type of terminal command?

Can you pass XCode startup arguments, such as opening a project, or creating a project on startup?

Edit:

Please excuse my lazy excuse, but appreciate the Apple script sample. open -a xcode

The Xcode from the terminal is quite easy to run: just to open it, or To open your project in Xcode, open yourproject.xcodeproj You must turn on Apple Script to create it on startup:

  Tell the application "Xcode" build launch Show the End  

Comments