vector-im/element-x-ios/issues/1824 - Convert the apple-app-site-association file to a newer format… (#26307)

pull/26317/head
Stefan Ceriu 2023-10-05 11:17:40 +03:00 committed by GitHub
parent 73c77069f6
commit 22f2b1f9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 23 deletions

View File

@ -1,6 +1,5 @@
{ {
"applinks": { "applinks": {
"apps": [],
"details": [ "details": [
{ {
"appIDs": [ "appIDs": [
@ -9,8 +8,18 @@
"7J4U792NQT.io.element.elementx.nightly", "7J4U792NQT.io.element.elementx.nightly",
"7J4U792NQT.io.element.elementx.pr" "7J4U792NQT.io.element.elementx.pr"
], ],
"paths": [ "components": [
"*" {
"?": {
"no_universal_links": "?*"
},
"exclude": true,
"comment": "Opt out of universal links"
},
{
"/": "/*",
"comment": "Matches any URL"
}
] ]
} }
] ]