Fixed the json in apple app file

This commit is contained in:
Garth Vander Houwen 2022-06-28 20:12:31 -07:00
parent c6c2f8b41d
commit caf94ab2d9

View file

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