28 lines
893 B
Plaintext
28 lines
893 B
Plaintext
<?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>destination</key>
|
|
<string>export</string>
|
|
<key>method</key>
|
|
<string>developer-id</string>
|
|
<key>provisioningProfiles</key>
|
|
<dict>
|
|
<key>io.privado.main</key>
|
|
<string>PrivadoApplication DeveloperID</string>
|
|
<key>io.privado.main.launcher</key>
|
|
<string>PrivadoLauncher DeveloperID</string>
|
|
<key>io.privado.main.openvpn</key>
|
|
<string>PrivadoOVPNExtension DeveloperID</string>
|
|
<key>io.privado.main.wireguard</key>
|
|
<string>PrivadoWireGuardExtension DeveloperID</string>
|
|
</dict>
|
|
<key>signingCertificate</key>
|
|
<string>Developer ID Application: PRIVADO NETWORKS LLC (4D7YV49724)</string>
|
|
<key>signingStyle</key>
|
|
<string>manual</string>
|
|
<key>teamID</key>
|
|
<string>4D7YV49724</string>
|
|
</dict>
|
|
</plist>
|