summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-01-22 21:10:03 -0500
committerJason Wray <jason@mapbox.com>2016-01-22 21:50:40 -0500
commitd559c19e95f8e48223c0baeb23011b9f85c7f96b (patch)
treeeea72b1a0cdca131ef6e518b4d123c632c086994
parenta877b9b192fb199b8ec6379551b3fb81e13d673d (diff)
downloadqtlocation-mapboxgl-d559c19e95f8e48223c0baeb23011b9f85c7f96b.tar.gz
[ios] Update IB designables message to remove Settings.bundle mention
Settings.bundle is no longer a requirement to get started. [skipci]
-rw-r--r--platform/ios/src/MGLMapView.mm4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index 0de308c208..be0d98ee2c 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -3581,9 +3581,7 @@ std::chrono::steady_clock::duration MGLDurationInSeconds(float duration)
// Explanation
UILabel *explanationLabel = [[UILabel alloc] init];
- explanationLabel.text = (@"To display a Mapbox-hosted map here:\n\n"
- @"1. Set MGLMapboxAccessToken to your access token in Info.plist\n"
- @"2. Add a Settings bundle that allows the user to turn Mapbox Metrics on and off\n\n"
+ explanationLabel.text = (@"To display a Mapbox-hosted map here, set MGLMapboxAccessToken to your access token in Info.plist\n\n"
@"For detailed instructions, see:");
explanationLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleBody];
explanationLabel.numberOfLines = 0;