UI: Update exportOptions template for macOS release code signing
This commit is contained in:
parent
89288f1cf5
commit
6af9ae6c87
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user