Created
March 24, 2014 16:23
-
-
Save kubbing/9743680 to your computer and use it in GitHub Desktop.
For Mobile brezen 2014
This file contains 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 | |
=========================================== | |
xcodebuild | |
xcodebuild -workspace Pexeso.xcworkspace | |
xcodebuild -workspace Pexeso.xcworkspace -scheme Pexeso | |
xcodebuild -workspace Pexeso.xcworkspace -scheme Pexeso -configuration Release | |
xcodebuild -workspace Pexeso.xcworkspace -scheme Pexeso -configuration Release -sdk iphoneos7.1 | |
xcodebuild -workspace Pexeso.xcworkspace -scheme Pexeso -configuration Release -sdk iphoneos7.1 | |
OTHER_CODE_SIGN_FLAGS="--keychain '/Users/kubbing/Library/Keychains/iOS_dev_flowknight.keychain'" xcodebuild -workspace Pexeso.xcworkspace -scheme Pexeso -configuration 'Release' -sdk iphoneos7.1 | |
xcrun -verbose -log -sdk iphoneos PackageApplication $PWD/Build/Products/Release-iphoneos/Pexeso.app -o $PWD/app.ipa -sign "iPhone Distribution: FlowKnight s.r.o. (R4HTZ7RMVN)" -embed $PWD/scripts/profile/Pexeso_adhoc.mobileprovision | |
xctool | |
=========================================== | |
xctool | |
xctool -workspace Pexeso.xcworkspace -scheme Pexeso -sdk iphoneos -configuration Release ONLY_ACTIVE_ARCH=NO clean | |
xctool -workspace Pexeso.xcworkspace -scheme Pexeso -sdk iphoneos -configuration Release ONLY_ACTIVE_ARCH=NO | |
xcrun -verbose -log -sdk iphoneos PackageApplication $PWD/Build/Products/Release-iphoneos/Pexeso.app -o $PWD/app.ipa -sign "iPhone Distribution: FlowKnight s.r.o. (R4HTZ7RMVN)" -embed $PWD/scripts/profile/Pexeso_adhoc.mobileprovision |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment