diff options
author | Jason Wray <jason@kulturny.com> | 2015-07-27 19:01:03 -0400 |
---|---|---|
committer | Jason Wray <jason@kulturny.com> | 2015-07-28 10:18:30 -0400 |
commit | c1cd961093004997b55b1610b41b3be91bec5b28 (patch) | |
tree | c097e03a8dcd9ee7d26df71555aa55e0b0ad5f8d /ios | |
parent | 60a21de907cc9dcb48b7a21fdc0e455bb1081b51 (diff) | |
download | qtlocation-mapboxgl-c1cd961093004997b55b1610b41b3be91bec5b28.tar.gz |
Include app-info.plist in demo app project
[skip ci]
Diffstat (limited to 'ios')
-rw-r--r-- | ios/app/mapboxgl-app.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/app/mapboxgl-app.gypi b/ios/app/mapboxgl-app.gypi index 0a39c7f7d3..34381ca158 100644 --- a/ios/app/mapboxgl-app.gypi +++ b/ios/app/mapboxgl-app.gypi @@ -13,7 +13,8 @@ './points.geojson', './polyline.geojson', './threestates.geojson', - './Settings.bundle/' + './Settings.bundle/', + './app-info.plist' ], 'dependencies': [ |