mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-22 08:08:42 +08:00
vector-im/element-x-ios/issues/1824 - Convert the apple-app-site-association file to a newer format… (#26307)
This commit is contained in:
parent
73c77069f6
commit
22f2b1f9e9
@ -1,26 +1,35 @@
|
|||||||
{
|
{
|
||||||
"applinks": {
|
"applinks": {
|
||||||
"apps": [],
|
"details": [
|
||||||
"details": [
|
{
|
||||||
{
|
"appIDs": [
|
||||||
"appIDs":[
|
"7J4U792NQT.im.vector.app",
|
||||||
"7J4U792NQT.im.vector.app",
|
"7J4U792NQT.io.element.elementx",
|
||||||
"7J4U792NQT.io.element.elementx",
|
"7J4U792NQT.io.element.elementx.nightly",
|
||||||
"7J4U792NQT.io.element.elementx.nightly",
|
"7J4U792NQT.io.element.elementx.pr"
|
||||||
"7J4U792NQT.io.element.elementx.pr"
|
],
|
||||||
],
|
"components": [
|
||||||
"paths": [
|
{
|
||||||
"*"
|
"?": {
|
||||||
]
|
"no_universal_links": "?*"
|
||||||
}
|
},
|
||||||
|
"exclude": true,
|
||||||
|
"comment": "Opt out of universal links"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"/": "/*",
|
||||||
|
"comment": "Matches any URL"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"webcredentials": {
|
]
|
||||||
"apps": [
|
},
|
||||||
"7J4U792NQT.im.vector.app",
|
"webcredentials": {
|
||||||
"7J4U792NQT.io.element.elementx",
|
"apps": [
|
||||||
"7J4U792NQT.io.element.elementx.nightly",
|
"7J4U792NQT.im.vector.app",
|
||||||
"7J4U792NQT.io.element.elementx.pr"
|
"7J4U792NQT.io.element.elementx",
|
||||||
]
|
"7J4U792NQT.io.element.elementx.nightly",
|
||||||
}
|
"7J4U792NQT.io.element.elementx.pr"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user