Skip to content

Commit 0a5cf23

Browse files
committed
fix: restore proper code signing during build with Developer ID
1 parent 318a287 commit 0a5cf23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/build-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ build_for_arch() {
344344
-configuration "$CONFIG" \
345345
-arch "$arch" \
346346
ONLY_ACTIVE_ARCH=YES \
347-
CODE_SIGN_IDENTITY=- \
347+
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
-skipPackagePluginValidation \

0 commit comments

Comments
 (0)