Skip to content

Commit ee260a8

Browse files
committed
Let release archive use automatic profiles
1 parent a088dfb commit ee260a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/release/build_release.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ xcodebuild \
2828
ARCHS="${RELEASE_ARCHS}" \
2929
ONLY_ACTIVE_ARCH=YES \
3030
EXCLUDED_ARCHS=x86_64 \
31-
CODE_SIGN_STYLE=Manual \
31+
CODE_SIGN_STYLE=Automatic \
3232
CODE_SIGN_IDENTITY="${RELEASE_CODE_SIGN_IDENTITY}" \
33-
PROVISIONING_PROFILE_SPECIFIER="${RELEASE_PROVISIONING_PROFILE_SPECIFIER}" \
3433
-archivePath "${ARCHIVE_PATH}" \
3534
archive
3635

@@ -42,7 +41,7 @@ cat > "${EXPORT_OPTIONS_PLIST}" <<EOF
4241
<key>method</key>
4342
<string>developer-id</string>
4443
<key>signingStyle</key>
45-
<string>manual</string>
44+
<string>automatic</string>
4645
<key>teamID</key>
4746
<string>${DEVELOPMENT_TEAM}</string>
4847
<key>signingCertificate</key>

0 commit comments

Comments
 (0)