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. The Xcode from the terminal is quite easy to run: open -a xcode
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
Post a Comment