mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
UI: Update exportOptions template for macOS release code signing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user