Skip to content

Commit a80e8ba

Browse files
committed
fix: remove CODE_SIGN_IDENTITY from archive step — let Xcode auto-resolve
1 parent 6e6f100 commit a80e8ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ build_for_arch() {
367367
-arch "$arch" \
368368
-archivePath "$archive_path" \
369369
ONLY_ACTIVE_ARCH=YES \
370-
CODE_SIGN_IDENTITY="$SIGN_IDENTITY" \
371370
CODE_SIGN_STYLE=Automatic \
372371
DEVELOPMENT_TEAM="$TEAM_ID" \
373372
${ANALYTICS_HMAC_SECRET:+ANALYTICS_HMAC_SECRET="$ANALYTICS_HMAC_SECRET"} \

0 commit comments

Comments
 (0)