Skip to content

Commit a088dfb

Browse files
committed
Use manual signing for release archives
1 parent da8c2b6 commit a088dfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/release/build_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ xcodebuild \
2828
ARCHS="${RELEASE_ARCHS}" \
2929
ONLY_ACTIVE_ARCH=YES \
3030
EXCLUDED_ARCHS=x86_64 \
31-
CODE_SIGN_STYLE=Automatic \
31+
CODE_SIGN_STYLE=Manual \
3232
CODE_SIGN_IDENTITY="${RELEASE_CODE_SIGN_IDENTITY}" \
3333
PROVISIONING_PROFILE_SPECIFIER="${RELEASE_PROVISIONING_PROFILE_SPECIFIER}" \
3434
-archivePath "${ARCHIVE_PATH}" \
@@ -42,7 +42,7 @@ cat > "${EXPORT_OPTIONS_PLIST}" <<EOF
4242
<key>method</key>
4343
<string>developer-id</string>
4444
<key>signingStyle</key>
45-
<string>automatic</string>
45+
<string>manual</string>
4646
<key>teamID</key>
4747
<string>${DEVELOPMENT_TEAM}</string>
4848
<key>signingCertificate</key>

0 commit comments

Comments
 (0)