Overview
XCode
projects are used to build applications for the Mac OS X. XCode projects use the xcodebuild
executable to build the project.
Configuration
working directory
If you wish to execute the xcodebuild from a specific directory, provide the path of the directory, relative to the base directory for the recipe.
This setting is not required. By default, xcodebuild will be executed in the base directory for the build.
project
Build the specified project. This is the same as the xcodebuild -project command line option.
This setting is required if there are multiple project files in the same directory.
configuration
Use the specified build configuration when building the target. This is the same as the xcodebuild -configuration command line option.
This setting is not required.
target
Build the specified target. This is the same as the xcodebuild -target command line option.
This setting is not required.
build action
Specify a build action (or actions) to perform on the target.
This setting is not required.
settings
Specify a space separated list of setting=value pairs that represent build settings and values.
This setting is not required.