vector-im/element-x-ios/issues/1824 - Switch apple-app-site-associations to the new format, add a query param exclusion for ignoring universal links

This commit is contained in:
Stefan Ceriu
2023-09-29 12:00:46 +03:00
parent 2357cc18a9
commit 399ec9fa8f

View File

@@ -1,6 +1,5 @@
{ {
"applinks": { "applinks": {
"apps": [],
"details": [ "details": [
{ {
"appIDs": [ "appIDs": [
@@ -8,7 +7,19 @@
"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"
}
]
} }
] ]
} }