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,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/"
|
}
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue