summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-20 11:49:59 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-05-20 11:49:59 -0700
commit90a50c0c4150080f725cc6b66909eef58a2a9b4a (patch)
treeed8a8fbb2ab0802fbc632fd94807032e07c0fdd8 /gyp
parenta081f1af5b7c173da5f5c1beaec8c274aeb353de (diff)
downloadqtlocation-mapboxgl-90a50c0c4150080f725cc6b66909eef58a2a9b4a.tar.gz
Observe access token changes
The singleton `MGLAccountManager` wants to be the sole arbiter of the access token, but each instance of `mbgl::Map` (`mbgl::DefaultFileSource` in #1607) has its own copy of the access token. Now `MGLMapView` observes for changes to the `MGLAccountManager`’s access token and synchronizes `mbgl::Map` with it.
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 7e91648c40..12cbd9592c 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -27,6 +27,7 @@
'../platform/ios/MGLFileCache.h',
'../platform/ios/MGLFileCache.mm',
'../include/mbgl/ios/MGLAccountManager.h',
+ '../platform/ios/MGLAccountManager_Private.h',
'../platform/ios/MGLAccountManager.m',
'../include/mbgl/ios/MGLAnnotation.h',
'../include/mbgl/ios/MGLUserLocation.h',