Skip to content

Commit

Permalink
Merge pull request #356 from headwaymaps/mkirk/ios-universal-links
Browse files Browse the repository at this point in the history
Allow universal links for iOS native app
  • Loading branch information
michaelkirk authored Jun 5, 2024
2 parents c7d977d + 2a16a84 commit 6757c3a
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 6757c3a

Please sign in to comment.