Merge pull request #2476 from basecamp/mobile/associated-domains

Add `apple-app-site-association` file to support iOS Universal Links
This commit is contained in:
Denis Svara
2026-02-04 20:32:35 +01:00
committed by GitHub
@@ -0,0 +1,15 @@
{
"applinks": {
"details": [
{
"appIDs": ["2WNYUYRS7G.do.fizzy.app.ios"],
"components": [
{
"/": "/*",
"comment": "Matches all paths."
}
]
}
]
}
}