Add apple-app-site-association file to support associated domains.

This commit is contained in:
Denis Švara
2026-02-03 12:48:30 +01:00
parent 45f65bd1c3
commit 3f44ff286e
@@ -0,0 +1,15 @@
{
"applinks": {
"details": [
{
"appIDs": ["2WNYUYRS7G.do.fizzy.app.ios"],
"components": [
{
"/": "/*",
"comment": "Matches all paths."
}
]
}
]
}
}