Skip to content

Instantly share code, notes, and snippets.

View DanBodnar's full-sized avatar

BodnarDan DanBodnar

View GitHub Profile
@DanBodnar
DanBodnar / xcodebuilsBuildSettings.txt
Last active November 2, 2017 14:58
xcodebuild build settings list
ACTION = build
AD_HOC_CODE_SIGNING_ALLOWED = NO
ALTERNATE_GROUP = jenkins
ALTERNATE_MODE = u+w,go-w,a+rX
ALTERNATE_OWNER = jenkins
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
@DanBodnar
DanBodnar / ExportOptionsPlistKeys.txt
Last active May 16, 2023 09:22
xcodebuild -exportOptionsPlist available keys
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.
iCloudContainerEnvironment : String