summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-04-02 10:04:19 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-04-03 12:34:36 -0700
commit836de8bc1c9ebbe86e0b20cf11291ef449faccfd (patch)
treed66e36ccfc12dca66f93e48bc72947f915a3acfb /gyp
parentda13225a816ca40b8be209639c8ad0dc67681089 (diff)
downloadqtlocation-mapboxgl-836de8bc1c9ebbe86e0b20cf11291ef449faccfd.tar.gz
Made lat/lon/zoom inspectable
Declared these IB-specific inspectables in a separate category that developers are not expected to import. Currently these inspectables are order-dependent due to #1181. Ref #929
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 998a0d1b8f..f707431182 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -20,6 +20,7 @@
'../include/mbgl/ios/MGLMapboxEvents.h',
'../platform/ios/MGLMapboxEvents.m',
'../include/mbgl/ios/MGLMapView.h',
+ '../include/mbgl/ios/MGLMapView+IBAdditions.h',
'../platform/ios/MGLMapView.mm',
'../include/mbgl/ios/MGLAnnotation.h',
'../include/mbgl/ios/MGLUserLocation.h',