summaryrefslogtreecommitdiff
path: root/gyp/platform-ios.gypi
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-05 18:00:11 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-03-10 17:08:58 -0800
commite36218a8668316e8c1b0bcc06d43dad31461615c (patch)
tree04d5e58ae0c4dea4b0a50e034a8a630564cb7a53 /gyp/platform-ios.gypi
parent081ee9fbefbdb37f116a5bf2c0383586bce6608a (diff)
downloadqtlocation-mapboxgl-e36218a8668316e8c1b0bcc06d43dad31461615c.tar.gz
[osx] Added OS X support for offline downloads
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r--gyp/platform-ios.gypi12
1 files changed, 6 insertions, 6 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index fc89ebcc43..15b2fef0cc 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -50,6 +50,12 @@
'../platform/darwin/src/MGLDownloadController_Private.h',
'../platform/darwin/src/MGLDownloadRegion_Private.h',
'../platform/darwin/src/MGLTilePyramidDownloadRegion.mm',
+ '../platform/darwin/src/MGLAccountManager_Private.h',
+ '../platform/darwin/src/MGLAccountManager.m',
+ '../platform/darwin/src/NSBundle+MGLAdditions.h',
+ '../platform/darwin/src/NSBundle+MGLAdditions.m',
+ '../platform/darwin/src/NSProcessInfo+MGLAdditions.h',
+ '../platform/darwin/src/NSProcessInfo+MGLAdditions.m',
'../platform/ios/src/MGLMapboxEvents.h',
'../platform/ios/src/MGLMapboxEvents.m',
'../platform/ios/src/MGLAPIClient.h',
@@ -57,8 +63,6 @@
'../platform/ios/src/MGLLocationManager.h',
'../platform/ios/src/MGLLocationManager.m',
'../platform/ios/src/MGLMapView.mm',
- '../platform/ios/src/MGLAccountManager_Private.h',
- '../platform/ios/src/MGLAccountManager.m',
'../platform/ios/src/MGLUserLocation_Private.h',
'../platform/ios/src/MGLUserLocation.m',
'../platform/ios/src/MGLUserLocationAnnotationView.h',
@@ -67,10 +71,6 @@
'../platform/ios/src/MGLAnnotationImage.m',
'../platform/ios/src/MGLCompactCalloutView.h',
'../platform/ios/src/MGLCompactCalloutView.m',
- '../platform/ios/src/NSBundle+MGLAdditions.h',
- '../platform/ios/src/NSBundle+MGLAdditions.m',
- '../platform/ios/src/NSProcessInfo+MGLAdditions.h',
- '../platform/ios/src/NSProcessInfo+MGLAdditions.m',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.h',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.m',
'../platform/ios/vendor/Fabric/FABAttributes.h',