Created
September 14, 2016 15:56
-
-
Save kolyuchiy/e1b0e6dea72f98d4f12970479b3d1e83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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