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:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"applinks": {
|
||||
"details": [
|
||||
{
|
||||
"appIDs": ["2WNYUYRS7G.do.fizzy.app.ios"],
|
||||
"components": [
|
||||
{
|
||||
"/": "/*",
|
||||
"comment": "Matches all paths."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user