Dashboard > Pulse v1.2 > ... > Built-in Projects > XCode Projects
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  XCode Projects
Added by Daniel Ostermeier, last edited by Daniel Ostermeier on Jul 12, 2006  (view change)
Labels: 
(None)

Pulse Manual Index

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.

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators