diff options
Diffstat (limited to 'ios/app/mapboxgl-app.gypi')
-rw-r--r-- | ios/app/mapboxgl-app.gypi | 6 |
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', ], |