June 2012
Beginner
704 pages
16h 27m
English
What You’ll Learn in this Hour:
• How to use tools from Xcode from the command line
• How to get more information about command-line tools
• How to automate the Xcode build process using command-line tools
Xcode is rapidly evolving into a first-class integrated development environment (IDE) for OS X and iOS applications. For many users, it serves its purpose perfectly in that capacity, providing an environment where users can go to develop and test applications. However, some users, and some uses, need to develop and build projects without wrapping the process in the development environment. Some of these uses are purely preferential because some programmers prefer to maintain code using command-line tools such ...