Skip to content

Instantly share code, notes, and snippets.

@DmitrySeredinov
Forked from jdewind/gist:1472207
Created July 16, 2012 18:31
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 DmitrySeredinov/3124188 to your computer and use it in GitHub Desktop.
Save DmitrySeredinov/3124188 to your computer and use it in GitHub Desktop.
build_static_libs
xcodebuild -project ${PROJECT_NAME}.xcodeproj -sdk iphonesimulator -target ${PROJECT_NAME} -configuration ${CONFIGURATION} clean build CONFIGURATION_BUILD_DIR=${BUILD_DIR}/${CONFIGURATION}-iphonesimulator
xcodebuild -project ${PROJECT_NAME}.xcodeproj -sdk iphoneos -target ${PROJECT_NAME} -configuration ${CONFIGURATION} clean build CONFIGURATION_BUILD_DIR=${BUILD_DIR}/${CONFIGURATION}-iphoneos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment