2022-02-14 18:05:21 +02:00
|
|
|
<?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>
|
2022-11-21 19:37:13 +03:00
|
|
|
<key>aps-environment</key>
|
|
|
|
<string>development</string>
|
2023-02-21 09:48:22 +01:00
|
|
|
<key>com.apple.developer.associated-domains</key>
|
|
|
|
<array>
|
|
|
|
<string>applinks:element.io</string>
|
|
|
|
<string>applinks:app.element.io</string>
|
|
|
|
<string>applinks:staging.element.io</string>
|
|
|
|
<string>applinks:develop.element.io</string>
|
|
|
|
<string>applinks:mobile.element.io</string>
|
2023-09-07 12:06:18 +03:00
|
|
|
<string>applinks:call.element.io</string>
|
2023-10-05 09:30:11 +03:00
|
|
|
<string>applinks:call.element.dev</string>
|
2024-05-07 16:00:17 +01:00
|
|
|
<string>applinks:matrix.to</string>
|
2023-02-21 09:48:22 +01:00
|
|
|
<string>webcredentials:*.element.io</string>
|
|
|
|
</array>
|
2022-11-21 19:37:13 +03:00
|
|
|
<key>com.apple.developer.usernotifications.communication</key>
|
|
|
|
<true/>
|
2022-02-14 18:05:21 +02:00
|
|
|
<key>com.apple.security.app-sandbox</key>
|
|
|
|
<true/>
|
2022-07-27 10:57:16 +01:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
<array>
|
|
|
|
<string>$(APP_GROUP_IDENTIFIER)</string>
|
|
|
|
</array>
|
2022-02-14 18:05:21 +02:00
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
<true/>
|
2022-12-06 17:39:15 +00:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
<array>
|
2025-02-26 18:29:20 +00:00
|
|
|
<string>$(KEYCHAIN_ACCESS_GROUP_IDENTIFIER)</string>
|
2022-12-06 17:39:15 +00:00
|
|
|
</array>
|
2022-02-14 18:05:21 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|