Skip to content

Instantly share code, notes, and snippets.

@aChase55
Created October 20, 2022 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aChase55/3ee496fb684de12453ab5a48dbd9d471 to your computer and use it in GitHub Desktop.
Save aChase55/3ee496fb684de12453ab5a48dbd9d471 to your computer and use it in GitHub Desktop.
xcodebuild \
-project Whatnot.xcodeproj \
-scheme "$SCHEME" \
-configuration "Release" \
-destination "generic/platform=iOS" \
archive -archivePath "$ARCHIVE_PATH" \
SWIFT_ACTIVE_COMPILATION_CONDITIONS=$SWIFT_ACTIVE_COMPILATION_CONDITIONS \
CODE_SIGN_STYLE=Manual \
WN_APP_ICON=$APP_ICON_NAME \
WN_BUILD_NUMBER=$BUILD_NUMBER \
WN_VERSION_NUMBER=$VERSION_NUMBER \
WN_CODE_SIGN_IDENTITY="iPhone Distribution" \
WN_PROVISIONING_PROFILE_SPECIFIER="GHA Provisioning" \
WN_WILDCARD_PROVISIONING_PROFILE_SPECIFIER="GHA Wildcard Provisioning" \
| xcpretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment