spiegel-keyman/ios/exportAppStore.plist
Marc Durdin 84de9333a0 chore(ios): replace certificates and provisioning profiles
Certificates and profiles were accidentally revoked
by another developer on developer.apple.com. Sadface\!
2020-01-25 09:00:48 +11:00

23 lines
799 B
Text

<?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>app-store</string>
<key>teamID</key>
<string>3YE4W86L3G</string>
<key>signingCertificate</key>
<string>74AE6232D29C25812ED15CDE3C3D17B46721DDC0</string>
<key>installerSigningCertificate</key>
<string>74AE6232D29C25812ED15CDE3C3D17B46721DDC0</string>
<key>provisioningProfiles</key>
<dict>
<key>Tavultesoft.Keyman</key>
<string>Keyman Distribution</string>
<key>Tavultesoft.Keyman.SWKeyboard</key>
<string>Keyman Distribution SWKeyboard</string>
</dict>
<key>signingStyle</key>
<string>manual</string>
</dict>
</plist>