Skip to content

Commit

Permalink
element-hq/element-x-ios/issues/1824 - Switch apple-app-site-associat…
Browse files Browse the repository at this point in the history
…ions to the new format, add a query param exclusion for ignoring universal links
  • Loading branch information
stefanceriu committed Sep 29, 2023
1 parent 2357cc1 commit 710d08a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions public/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
{
"applinks": {
"apps": [],
"details": [
{
"appIDs": [
"7J4U792NQT.io.element.elementx",
"7J4U792NQT.io.element.elementx.nightly",
"7J4U792NQT.io.element.elementx.pr"
],
"paths": ["*"]
"components": [
{
"?": {
"no_universal_links": "*"
},
"exclude": true,
"comment": "Opt out of universal links"
},
{
"/": "/*",
"comment": "Matches any URL"
}
]
}
]
}
Expand Down

0 comments on commit 710d08a

Please sign in to comment.