Skip to content

Commit

Permalink
chore(deep links): add deep link files
Browse files Browse the repository at this point in the history
  • Loading branch information
emile-bex committed Dec 1, 2021
1 parent 48a7b56 commit c28da4d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "RT7X9LLTN6.social.entourage.entourageios",
"paths": [ "*" ]
}
]
}
}
13 changes: 13 additions & 0 deletions .well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "social.entourage.android",
"sha256_cert_fingerprints": [
"DA:C4:85:E4:D7:9F:59:E0:49:EE:A8:63:70:76:27:F9:1A:5C:09:79:F5:A1:66:81:3B:DB:76:cd:7D:64:2C:49",
"90:2D:BA:19:30:A7:A5:A9:3F:ab:B5:EA:72:DC:E0:3F:3F:AD:F4:6F:33:2C:3A:FA:12:8F:6C:61:C4:CA:6F:37"
]
}
}
]

0 comments on commit c28da4d

Please sign in to comment.