UI: Update exportOptions template for macOS release code signing

This commit is contained in:
PatTheMav 2024-02-01 23:51:58 +01:00 committed by Ryan Foster
parent 89288f1cf5
commit 6af9ae6c87
2 changed files with 10 additions and 2 deletions

View File

@ -10,6 +10,10 @@
<string>${OBS_PROVISIONING_PROFILE}</string>
</dict>
<key>signingStyle</key>
<string>automatic</string>
<string>manual</string>
<key>signingCertificate</key>
<string>Developer ID Application</string>
<key>teamID</key>
<string>${OBS_CODESIGN_TEAM}</string>
</dict>
</plist>

View File

@ -5,6 +5,10 @@
<key>method</key>
<string>developer-id</string>
<key>signingStyle</key>
<string>automatic</string>
<string>manual</string>
<key>signingCertificate</key>
<string>Developer ID Application</string>
<key>teamID</key>
<string>${OBS_CODESIGN_TEAM}</string>
</dict>
</plist>