Skip to content

Commit e0258c6

Browse files
Speed up builds by omitting "clean" build step
1 parent b74d7f8 commit e0258c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "$BUILD_SCHEME" != "Quicksy" ]; then
5959
-destination 'generic/platform=macOS,variant=Mac Catalyst,name=Any Mac' \
6060
-archivePath "build/macos_$APP_NAME.xcarchive" \
6161
-allowProvisioningUpdates \
62-
clean archive \
62+
archive \
6363
BUILD_LIBRARIES_FOR_DISTRIBUTION=YES \
6464
SUPPORTS_MACCATALYST=YES \
6565
2>&1 | xcbeautify
@@ -110,7 +110,7 @@ NSUnbufferedIO=YES xcrun xcodebuild \
110110
-configuration $BUILD_TYPE \
111111
-archivePath "build/ios_$APP_NAME.xcarchive" \
112112
-allowProvisioningUpdates \
113-
clean archive \
113+
archive \
114114
2>&1 | xcbeautify
115115

116116
echo ""

0 commit comments

Comments
 (0)