Skip to content

Instantly share code, notes, and snippets.

@kolyuchiy
Created September 14, 2016 15:56
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 kolyuchiy/e1b0e6dea72f98d4f12970479b3d1e83 to your computer and use it in GitHub Desktop.
Save kolyuchiy/e1b0e6dea72f98d4f12970479b3d1e83 to your computer and use it in GitHub Desktop.
$XCODEBUILD -project MRMail.xcodeproj -target "$TARGET" -configuration "$CONFIGURATION" \
-destination "platform=iOS" -parallelizeTargets -jobs 4 \
CODE_SIGN_IDENTITY="iPhone Developer" \
MAIN_INFOPLIST_FILE="tools/profiler/Info.plist" \
GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS ENABLE_TIME_LOGGER=1 DISABLE_FLURRY=1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment