view · edit · sidebar · attach · print · history

<< Identity | Index | Mobileprovision >>

List all schemes

 xcodebuild -list

Build from schemes

  1. xcodebuild -project "Your Project" -target "Your Scheme" -configuration Release
  2. xcrun -sdk iphoneos PackageApplication -v "Some App.app" -o "Some App.ipa" --sign "iPhone Distribution: Your Signature\" --embed enterprise.mobileprovision

or

  1. xcrun -sdk macosx PackageApplication -v "Some App.app" -o "Some App.ipa" --sign "iPhone Distribution: Your Signature\" --embed enterprise.mobileprovision
view · edit · sidebar · attach · print · history
Page last modified on October 23, 2013, at 05:33 PM