Merge pull request #360 from meshtastic/1.3_Link_Updates

Fix Apple App Link
This commit is contained in:
Garth Vander Houwen 2022-06-28 20:10:09 -07:00 committed by GitHub
commit 74f3865061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View file

@ -0,0 +1,15 @@
{
"applinks": {
"details": [
{
"appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"],
"components": [
{
"/": "/e/*",
"comment": "Matches any URL whose path starts with /e/"
}
]
}
]
}
}

View file

@ -1,11 +0,0 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": “GCH7VS5Y9R.gvh.MeshtasticClient",
"paths": [ "*"]
}
]
}
}