mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
Merge pull request #360 from meshtastic/1.3_Link_Updates
Fix Apple App Link
This commit is contained in:
commit
74f3865061
15
static/.well-known/apple-app-site-association
Normal file
15
static/.well-known/apple-app-site-association
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"applinks": {
|
||||
"details": [
|
||||
{
|
||||
"appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"],
|
||||
"components": [
|
||||
{
|
||||
"/": "/e/*",
|
||||
"comment": "Matches any URL whose path starts with /e/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"applinks": {
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": “GCH7VS5Y9R.gvh.MeshtasticClient",
|
||||
"paths": [ "*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue