element-ios/Riot/SupportingFiles/Riot.entitlements

42 lines
1.3 KiB
Text
Raw Normal View History

<?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>applinks:www.vector.im</string>
<string>applinks:vector.im</string>
2016-09-14 12:35:28 +00:00
<string>applinks:riot.im</string>
<string>applinks:www.riot.im</string>
<string>webcredentials:riot.im</string>
2020-07-01 10:57:15 +00:00
<string>applinks:element.io</string>
2020-07-16 13:10:53 +00:00
<string>applinks:app.element.io</string>
<string>applinks:staging.element.io</string>
<string>applinks:develop.element.io</string>
2020-07-07 21:28:43 +00:00
<string>webcredentials:*.element.io</string>
</array>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudDocuments</string>
</array>
2017-07-26 13:59:14 +00:00
<key>com.apple.developer.siri</key>
<true/>
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array>
<string>iCloud.$(CFBundleIdentifier)</string>
</array>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
2017-07-29 13:34:51 +00:00
<key>com.apple.security.application-groups</key>
<array>
2017-08-26 12:40:40 +00:00
<string>group.im.vector</string>
2017-07-29 13:34:51 +00:00
</array>
</dict>
</plist>