mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fixed the json in apple app file
This commit is contained in:
parent
c6c2f8b41d
commit
caf94ab2d9
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
"applinks": {
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"],
|
||||
"components": [
|
||||
{
|
||||
"/": "/e/*",
|
||||
"comment": "Matches any URL whose path starts with /e/"
|
||||
}
|
||||
]
|
||||
"appID": "GCH7VS5Y9R.gvh.MeshtasticClient",
|
||||
"paths": [ "*" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue