Overview
XCode
projects are used to build applications for the Mac OS X. XCode projects use the xcodebuild
executable to build the project.
XCode Command and Post-Processing
XCode projects define a single recipe which executes a single xcodebuild command. This command will run xcode post-processing by default, in order to capture common warning and error messages.