Skip to content

Commit 16cef7d

Browse files
committed
fix: restore CODE_SIGN_STYLE=Manual with allowProvisioningUpdates
1 parent 39bad38 commit 16cef7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ build_for_arch() {
345345
-arch "$arch" \
346346
ONLY_ACTIVE_ARCH=YES \
347347
CODE_SIGN_IDENTITY="$SIGN_IDENTITY" \
348+
CODE_SIGN_STYLE=Manual \
348349
DEVELOPMENT_TEAM="$TEAM_ID" \
349350
${ANALYTICS_HMAC_SECRET:+ANALYTICS_HMAC_SECRET="$ANALYTICS_HMAC_SECRET"} \
350351
-allowProvisioningUpdates \

0 commit comments

Comments
 (0)