summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-03 16:28:51 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-03-10 17:08:58 -0800
commit77657b38969a55377117dfde5fc9d5e3478208d1 (patch)
tree612ffa47975015efaa300a617e4d916a14e72688 /gyp
parenta65730803e4185600ff7251cf0a18a4835f4f41b (diff)
downloadqtlocation-mapboxgl-77657b38969a55377117dfde5fc9d5e3478208d1.tar.gz
[ios] Implemented offline API in iOS SDK
Fixes #3892.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi7
1 files changed, 6 insertions, 1 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index dc1c082edd..fc89ebcc43 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -44,6 +44,12 @@
'../platform/darwin/src/MGLPolyline.mm',
'../platform/darwin/src/MGLPolygon.mm',
'../platform/darwin/src/MGLMapCamera.mm',
+ '../platform/darwin/src/MGLDownloadable.mm',
+ '../platform/darwin/src/MGLDownloadable_Private.h',
+ '../platform/darwin/src/MGLDownloadController.mm',
+ '../platform/darwin/src/MGLDownloadController_Private.h',
+ '../platform/darwin/src/MGLDownloadRegion_Private.h',
+ '../platform/darwin/src/MGLTilePyramidDownloadRegion.mm',
'../platform/ios/src/MGLMapboxEvents.h',
'../platform/ios/src/MGLMapboxEvents.m',
'../platform/ios/src/MGLAPIClient.h',
@@ -59,7 +65,6 @@
'../platform/ios/src/MGLUserLocationAnnotationView.m',
'../platform/ios/src/MGLAnnotationImage_Private.h',
'../platform/ios/src/MGLAnnotationImage.m',
- '../platform/ios/include/MGLCalloutView.h',
'../platform/ios/src/MGLCompactCalloutView.h',
'../platform/ios/src/MGLCompactCalloutView.m',
'../platform/ios/src/NSBundle+MGLAdditions.h',