Skip to content

Commit

Permalink
Feature/58565 redirect users to the app (#17386)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-openproject authored Dec 10, 2024
1 parent 1c520e6 commit 2a43ac7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "3YGZQ7TQ78.org.openproject.app",
"paths": [ "*" ]
}
]
},
"webcredentials": {
"apps": [
"3YGZQ7TQ78.org.openproject.app"
]
}
}
8 changes: 8 additions & 0 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "org.openproject.app",
"sha256_cert_fingerprints": ["45:FE:6C:9C:94:21:B8:E4:4A:69:BA:5E:C1:22:9C:3D:01:6B:6A:69:22:CF:25:F6:42:78:5E:20:7B:25:99:33"]
}
}]

0 comments on commit 2a43ac7

Please sign in to comment.