summaryrefslogtreecommitdiff
path: root/ios/app/mapboxgl-app.gypi
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-15 18:30:39 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-15 18:30:39 -0700
commitbd0bf294bf1e350b184e54a824430c911dd66b9b (patch)
treed7c643cf197a8263fb1880ce73d034da253efe4c /ios/app/mapboxgl-app.gypi
parente75e538ddbb1dad0baad02576df86f6b8eb1510f (diff)
downloadqtlocation-mapboxgl-bd0bf294bf1e350b184e54a824430c911dd66b9b.tar.gz
squash of #1655: shape annotations support for core & iOS
Diffstat (limited to 'ios/app/mapboxgl-app.gypi')
-rw-r--r--ios/app/mapboxgl-app.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/app/mapboxgl-app.gypi b/ios/app/mapboxgl-app.gypi
index 73b66dff12..0a39c7f7d3 100644
--- a/ios/app/mapboxgl-app.gypi
+++ b/ios/app/mapboxgl-app.gypi
@@ -10,7 +10,9 @@
'mac_bundle': 1,
'mac_bundle_resources': [
'<!@(find ../ios/app/img -type f)',
- './features.geojson',
+ './points.geojson',
+ './polyline.geojson',
+ './threestates.geojson',
'./Settings.bundle/'
],
@@ -29,8 +31,6 @@
'./MBXAppDelegate.m',
'./MBXViewController.h',
'./MBXViewController.mm',
- './MBXAnnotation.h',
- './MBXAnnotation.m',
'../../platform/darwin/settings_nsuserdefaults.mm',
],