<< Identity | Index | Mobileprovision >>
List all schemes
xcodebuild -list
Build from schemes
- xcodebuild -project "Your Project" -target "Your Scheme" -configuration Release
- xcrun -sdk iphoneos PackageApplication -v "Some App.app" -o "Some App.ipa" --sign "iPhone Distribution: Your Signature\" --embed enterprise.mobileprovision
or
- xcrun -sdk macosx PackageApplication -v "Some App.app" -o "Some App.ipa" --sign "iPhone Distribution: Your Signature\" --embed enterprise.mobileprovision