summaryrefslogtreecommitdiff
path: root/macosx/Info.plist
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-05 17:13:48 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-05 17:13:48 +0200
commit7d44da82eca7fad722a82e73efd9c63f7798a25b (patch)
treec25ec7206a1dbc4a5558948722e29bcfd6edeacc /macosx/Info.plist
parent898c5dc7c3ebf36c6a4df3ab62ad6aacfc82985a (diff)
downloadqtlocation-mapboxgl-7d44da82eca7fad722a82e73efd9c63f7798a25b.tar.gz
allow moving to map positions with mapboxgl://?center=[lat],[lon]&zoom=[z]&bearing=[b]
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r--macosx/Info.plist11
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
index 366a5d8abc..514db118ea 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -32,5 +32,16 @@
<string>0.0.1</string>
<key>NSHighResolutionCapable</key>
<true/>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>mapboxgl</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist> \ No newline at end of file