mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42: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