We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74d7f8 commit e0258c6Copy full SHA for e0258c6
scripts/build.sh
@@ -59,7 +59,7 @@ if [ "$BUILD_SCHEME" != "Quicksy" ]; then
59
-destination 'generic/platform=macOS,variant=Mac Catalyst,name=Any Mac' \
60
-archivePath "build/macos_$APP_NAME.xcarchive" \
61
-allowProvisioningUpdates \
62
- clean archive \
+ archive \
63
BUILD_LIBRARIES_FOR_DISTRIBUTION=YES \
64
SUPPORTS_MACCATALYST=YES \
65
2>&1 | xcbeautify
@@ -110,7 +110,7 @@ NSUnbufferedIO=YES xcrun xcodebuild \
110
-configuration $BUILD_TYPE \
111
-archivePath "build/ios_$APP_NAME.xcarchive" \
112
113
114
115
116
echo ""
0 commit comments