diff options
author | Brad Leege <bleege@gmail.com> | 2015-03-25 13:58:02 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-03-25 13:58:02 -0500 |
commit | a16fc1c0df130ec908687faccd1752dbfe556782 (patch) | |
tree | 894d685982a665fe187599a4c851c426b31c9a07 | |
parent | a0060a894d70719a77118106f19fb1a74fc00154 (diff) | |
parent | 788c95a1152054d42c827c1ad3e03affb3ebf162 (diff) | |
download | qtlocation-mapboxgl-a16fc1c0df130ec908687faccd1752dbfe556782.tar.gz |
Merge pull request #1097 from mapbox/1095-settings-bundle
Adding Settings.bundle to project generation
-rw-r--r-- | ios/app/mapboxgl-app.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/app/mapboxgl-app.gyp b/ios/app/mapboxgl-app.gyp index 793ba6bce4..04207c5570 100644 --- a/ios/app/mapboxgl-app.gyp +++ b/ios/app/mapboxgl-app.gyp @@ -10,7 +10,8 @@ 'mac_bundle': 1, 'mac_bundle_resources': [ '<!@(find ./img -type f)', - './features.geojson' + './features.geojson', + './Settings.bundle/' ], 'dependencies': [ |