This commit is contained in:
Serhiy Mytrovtsiy
2020-10-18 19:06:10 +02:00
parent 0d93cc09cb
commit 6955d8ae41
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ archive: next-version clean
xcodebuild \
-scheme $(APP) \
-destination 'platform=OS X,arch=x86_64' \
-configuration AppStoreDistribution archive \
-configuration Release archive \
-archivePath $(BUILD_PATH)/$(APP).xcarchive
echo "Application built, starting the export archive..."