UI: Add exportOptions property lists for Xcode archiving

This commit is contained in:
PatTheMav 2023-03-29 04:01:37 +02:00 committed by Ryan Foster
parent 16c078960d
commit 0b136c3a39
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>method</key>
<string>developer-id</string>
<key>provisioningProfiles</key>
<dict>
<key>com.obsproject.obs-studio</key>
<string>${OBS_PROVISIONING_PROFILE}</string>
</dict>
<key>signingCertificate</key>
<string>${OBS_CODESIGN_IDENTITY}</string>
<key>signingStyle</key>
<string>manual</string>
</dict>
</plist>

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>method</key>
<string>developer-id</string>
<key>signingCertificate</key>
<string>${OBS_CODESIGN_IDENTITY}</string>
<key>signingStyle</key>
<string>manual</string>
</dict>
</plist>