Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
Created June 6, 2013 13:34
Show Gist options
  • Save sprohaszka/5721512 to your computer and use it in GitHub Desktop.
Save sprohaszka/5721512 to your computer and use it in GitHub Desktop.
Build iOS project into custom DIR
xcodebuild -target "TARGET" -sdk iphoneos6.1 -scheme "SCHEME" CONFIGURATION_BUILD_DIR='temp/' clean build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment