Skip to content

Instantly share code, notes, and snippets.

@stuartervine
Created March 20, 2012 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartervine/2142166 to your computer and use it in GitHub Desktop.
Save stuartervine/2142166 to your computer and use it in GitHub Desktop.
xcodebuild man page
xcodebuild [-project projectname] [-target targetname ...]
[-configuration configurationname]
[-sdk [sdkfullpath | sdkname]] [buildaction ...]
[setting=value ...] [-userdefault=value ...]
xcodebuild -workspace workspacename -scheme schemename
[-configuration configurationname]
[-sdk [sdkfullpath | sdkname]] [buildaction ...]
[setting=value ...] [-userdefault=value ...]
xcodebuild -version [-sdk [sdkfullpath | sdkname]] [infoitem]
xcodebuild -showsdks
xcodebuild -list [-project projectname | -workspace workspacename]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment