Skip to content

Instantly share code, notes, and snippets.

@kubbing
Created March 24, 2014 16:23
Show Gist options
  • Save kubbing/9743680 to your computer and use it in GitHub Desktop.
Save kubbing/9743680 to your computer and use it in GitHub Desktop.
For Mobile brezen 2014
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