Skip to content

Commit

Permalink
Add an apple-app-site-association file
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Jan 18, 2022
1 parent 3886bcf commit 16f6cd4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"applinks": {
"details": [
{
"appIDs": [
"M8JS42FSNG.com.happn.Office"
],
"components": [
{
"#": "no_universal_links",
"exclude": true,
"comment": "Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link. This is a rule we find in Apple’s doc and I like it, so I’ve kept it. See doc for more examples: https://developer.apple.com/documentation/xcode/supporting-associated-domains."
},
{
"/": "/api/*",
"exclude": true,
"comment": "Matches any URL whose path starts with /api/ and instructs the system not to open it as a universal link. We do not really need it, but why not 🤷‍♂️"
},
{
"/": "/*",
"comment": "Matches any URL whose path starts with /. I’m not sure this is needed…"
}
]
}
]
}
}

0 comments on commit 16f6cd4

Please sign in to comment.