Skip to content

Instantly share code, notes, and snippets.

@watura
Last active December 12, 2022 01:00
Show Gist options
  • Save watura/40390521c869843e615fef9ba8f3c570 to your computer and use it in GitHub Desktop.
Save watura/40390521c869843e615fef9ba8f3c570 to your computer and use it in GitHub Desktop.
xcodebuild build-for-testing
-scheme $CI_XCODE_SCHEME \
-project $CI_WORKSPACE/$CI_XCODE_PROJECT \
-derivedDataPath $CI_DERIVED_DATA_PATH \
-resultBundleVersion 3 \
-resultBundlePath $CI_DERIVED_DATA_PATH/magicpod.xcresult \
-IDEPostProgressNotifications=YES CODE_SIGN_IDENTITY=- AD_HOC_CODE_SIGNING_ALLOWED=YES COMPILER_INDEX_STORE_ENABLE=NO DEBUG_INFORMATION_FORMAT=dwarf-with-dsym \
-hideShellScriptEnvironment \
-arch arm64 \
-sdk iphonesimulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment