Skip to content

Commit a6f5439

Browse files
committed
Only build the archive instead of exporting too
1 parent 0688692 commit a6f5439

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

scripts/build

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,5 @@ xcodebuild archive \
1010
-configuration Release \
1111
-archivePath artifacts/Cooldown.xcarchive | xcpretty --color
1212

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-
2113
echo -e "\n\033[0;34m*** COMPRESSING ARTIFACTS ***\n\033[0m"
2214
tar -zcvf artifacts.tar.gz artifacts/

signing/appstore.plist

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)