Skip to content

Instantly share code, notes, and snippets.

@imoldman
imoldman / gist:27225d51f224ebd54162
Created December 18, 2015 09:00 — forked from phatblat/gist:0dd175b406cf2f3fbfc9
xcodebuild -exportOptionsPlist available keys (Xcode 7b6)
Available keys for -exportOptionsPlist:
compileBitcode : Bool
For non-App Store exports, should Xcode re-compile the app from bitcode? Defaults to YES.
embedOnDemandResourcesAssetPacksInBundle : Bool
For non-App Store exports, if the app uses On Demand Resources and this is YES, asset packs are embedded in the app bundle so that the app can be tested without a server to host asset packs. Defaults to YES unless onDemandResourcesAssetPacksBaseURL is specified.