Skip to content

Commit

Permalink
Allow universal links for iOS native app
Browse files Browse the repository at this point in the history
Currently this is hardcoded to the maps.earth iOS app, but I'm happy to
template this if someone cares and wants to do the leg work.

In the meanwhile, it won't have any affect for other domains unless the
iOS app is updated to work with those domains.
  • Loading branch information
michaelkirk committed Jun 5, 2024
1 parent c7d977d commit 2a16a84
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"applinks": {
"details": [
{
"appIDs": [ "CSBZ6R9U39.earth.maps.maps-earth" ],
"components": [
{
"/": "",
"comment": "Show the root / home screen."
},
{
"/": "/",
"comment": "Show the root / home screen."
},
{
"/": "/place/?*",
"comment": "Show the details of a specific place."
},
{
"/": "/directions/?*",
"comment": "Show the details of a specific place."
},
]
}
]
}
}

0 comments on commit 2a16a84

Please sign in to comment.