mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Associated Domains (#604)
* added support for all the new and old applinks domains (for backwards compatibility) * changelog * removed riot and vector based ones.
This commit is contained in:
parent
cc6201ed31
commit
2396f761ea
@ -4,6 +4,15 @@
|
||||
<dict>
|
||||
<key>aps-environment</key>
|
||||
<string>development</string>
|
||||
<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>
|
||||
<string>webcredentials:*.element.io</string>
|
||||
</array>
|
||||
<key>com.apple.developer.usernotifications.communication</key>
|
||||
<true/>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
|
1
changelog.d/301.change
Normal file
1
changelog.d/301.change
Normal file
@ -0,0 +1 @@
|
||||
Added associated domains applinks.
|
Loading…
x
Reference in New Issue
Block a user