Created
October 20, 2022 18:56
-
-
Save aChase55/3ee496fb684de12453ab5a48dbd9d471 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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