diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-03-17 17:30:24 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-03-17 17:30:24 -0700 |
commit | e049ce6df13c3ad77e9e2ecb2e1afe2992384a35 (patch) | |
tree | 17c21487d53639e3cdf3d6fa9cf78a249a8a67a1 /macosx | |
parent | 1ce51a17e7de5d6a02346efce1539ff7f36e0a6d (diff) | |
download | qtlocation-mapboxgl-e049ce6df13c3ad77e9e2ecb2e1afe2992384a35.tar.gz |
refs #893 #992: point annotations API
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/mapboxgl-app.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp index 37280286e5..39aef6435b 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gyp @@ -9,7 +9,7 @@ 'product_extension': 'app', 'mac_bundle': 1, 'mac_bundle_resources': [ - 'Icon.icns', + 'Icon.icns' ], 'dependencies': [ |