mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
23 lines
743 B
XML
23 lines
743 B
XML
<?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>aps-environment</key>
|
|
<string>development</string>
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>webcredentials:proton.me</string>
|
|
<string>webcredentials:account.proton.me</string>
|
|
<string>webcredentials:account.protonmail.com</string>
|
|
<string>webcredentials:proton.black?mode=developer</string>
|
|
</array>
|
|
<key>com.apple.developer.mail-client</key>
|
|
<true/>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.ch.protonmail.protonmail</string>
|
|
<string>group.me.proton.mail</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|