summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-17 00:10:14 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-18 11:55:54 -0700
commit2c7d0567fa7a2b342b16a5ecea5290aee32aaa77 (patch)
treea23f39a5212bfe4dc04a01a13d840c25294ac09b /gyp
parentb3546ccc48081bd2215288d14741c9ef794a8654 (diff)
downloadqtlocation-mapboxgl-2c7d0567fa7a2b342b16a5ecea5290aee32aaa77.tar.gz
Privatized MGLMapboxEvents
`-pauseMetricsCollection` and `-resumeMetricsCollection` were originally introduced to mitigate concerns around battery usage, but `MGLMapboxEvents` has since evolved to tread much lighter on the battery. There’s no longer any need for the client to call these methods directly. The iOS test project now includes MGLMapboxEvents.h explicitly to avoid having to package a header that will go unused.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 0e200f5e1d..0034831a91 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -18,8 +18,7 @@
'../platform/darwin/nsthread.mm',
'../platform/darwin/reachability.m',
'../include/mbgl/ios/MapboxGL.h',
- '../include/mbgl/ios/MGLMapboxEvents.h',
- '../platform/ios/MGLMapboxEvents_Private.h',
+ '../platform/ios/MGLMapboxEvents.h',
'../platform/ios/MGLMapboxEvents.m',
'../include/mbgl/ios/MGLMapView.h',
'../include/mbgl/ios/MGLMapView+IBAdditions.h',