Skip to content

Commit e351c1c

Browse files
committed
fix: remove CODE_SIGN_STYLE=Manual to allow automatic provisioning with iCloud
1 parent 302335a commit e351c1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/build-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ build_for_arch() {
345345
-arch "$arch" \
346346
ONLY_ACTIVE_ARCH=YES \
347347
CODE_SIGN_IDENTITY="$SIGN_IDENTITY" \
348-
CODE_SIGN_STYLE=Manual \
349348
DEVELOPMENT_TEAM="$TEAM_ID" \
350349
${ANALYTICS_HMAC_SECRET:+ANALYTICS_HMAC_SECRET="$ANALYTICS_HMAC_SECRET"} \
351350
-skipPackagePluginValidation \

0 commit comments

Comments
 (0)