We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0688692 commit a6f5439Copy full SHA for a6f5439
scripts/build
@@ -10,13 +10,5 @@ xcodebuild archive \
10
-configuration Release \
11
-archivePath artifacts/Cooldown.xcarchive | xcpretty --color
12
13
-echo -e "\n\033[0;34m*** EXPORT ***\n\033[0m"
14
-set -o pipefail && \
15
-xcodebuild \
16
- -exportArchive \
17
- -exportOptionsPlist signing/appstore.plist \
18
- -archivePath "artifacts/cooldown.xcarchive" \
19
- -exportPath "artifacts/ipa" | xcpretty --color
20
-
21
echo -e "\n\033[0;34m*** COMPRESSING ARTIFACTS ***\n\033[0m"
22
tar -zcvf artifacts.tar.gz artifacts/
signing/appstore.plist
0 commit comments