summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-12 12:28:43 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-05-12 12:28:43 -0700
commitb88b917cd46f58b7acf6f97a26a9a7ec6e1a257f (patch)
tree9afc4ebd2452649b7c00d9f1b880174bd533e17e /platform
parent576caf08559ff68fd586a6bc6b21cafa643044ec (diff)
downloadqtlocation-mapboxgl-b88b917cd46f58b7acf6f97a26a9a7ec6e1a257f.tar.gz
Acknowledge the existence of other Mapbox GL classes
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/MGLMapboxEvents.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/MGLMapboxEvents.m b/platform/ios/MGLMapboxEvents.m
index 514a6d9264..cb4cdce60b 100644
--- a/platform/ios/MGLMapboxEvents.m
+++ b/platform/ios/MGLMapboxEvents.m
@@ -123,7 +123,7 @@ NSString *const MGLEventGestureRotateStart = @"Rotation";
// Put Settings bundle into memory
NSString *appSettingsBundle = [[NSBundle mainBundle] pathForResource:@"Settings" ofType:@"bundle"];
- NSAssert(appSettingsBundle, @"End users must be able to opt out of Metrics in your app, either inside Settings (via Settings.bundle) or inside this app. If you implement the opt-out control inside this app, disable this assertion by setting [MGLAccountManager setMapboxMetricsEnabledSettingShownInApp:YES] before initializing any MGLMapView.");
+ NSAssert(appSettingsBundle, @"End users must be able to opt out of Metrics in your app, either inside Settings (via Settings.bundle) or inside this app. If you implement the opt-out control inside this app, disable this assertion by setting [MGLAccountManager setMapboxMetricsEnabledSettingShownInApp:YES] before the app initializes any Mapbox GL classes.");
// Dynamic Settings.bundle loading based on:
// http://stackoverflow.com/questions/510216/can-you-make-the-settings-in-settings-bundle-default-even-if-you-dont-open-the