summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2017-11-30 16:47:32 -0800
committerjmkiley <jordan.kiley@mapbox.com>2017-12-04 12:50:12 -0800
commit0f59234667efdd0ae72e89d89b2c591c4d2c31ae (patch)
tree373bca0b546ab42f2adc28450200b42109ba79fc
parent6b5a114f0ab70cd1a25a6942a9aaf9fd94359115 (diff)
downloadqtlocation-mapboxgl-0f59234667efdd0ae72e89d89b2c591c4d2c31ae.tar.gz
[ios, macos] renamed SDK in License.md
-rw-r--r--LICENSE.md2
-rw-r--r--platform/ios/docs/guides/Gesture Recognizers.md2
-rw-r--r--platform/ios/src/MGLMapView.mm2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE.md b/LICENSE.md
index d12e00b0e5..f3cec043a8 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -528,7 +528,7 @@ limitations under the License.
===========================================================================
-Mapbox GL uses portions of the Mapbox iOS SDK, which was derived from the
+Mapbox GL uses portions of the Mapbox Maps SDK for iOS, which was derived from the
Route-Me open source project, including the Alpstein fork of it.
The Route-Me license appears below.
diff --git a/platform/ios/docs/guides/Gesture Recognizers.md b/platform/ios/docs/guides/Gesture Recognizers.md
index 08e4c150e1..26237e3cfa 100644
--- a/platform/ios/docs/guides/Gesture Recognizers.md
+++ b/platform/ios/docs/guides/Gesture Recognizers.md
@@ -1,6 +1,6 @@
# User Interactions
-The Mapbox iOS SDK provides a set of built-in gesture recognizers. You can customize or supplement these gestures according to your use case. You see what gesture recognizers are on your `MGLMapView` by accessing the `gestureRecognizers` property on your map.
+The Mapbox Maps SDK for iOS provides a set of built-in gesture recognizers. You can customize or supplement these gestures according to your use case. You see what gesture recognizers are on your `MGLMapView` by accessing the `gestureRecognizers` property on your map.
## Configuring user interaction
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index 8154525334..87b1a1c14e 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -1975,7 +1975,7 @@ public:
- (void)showAttribution:(__unused id)sender
{
- NSString *title = NSLocalizedStringWithDefaultValue(@"SDK_NAME", nil, nil, @"Mapbox iOS SDK", @"Action sheet title");
+ NSString *title = NSLocalizedStringWithDefaultValue(@"SDK_NAME", nil, nil, @"Mapbox Maps SDK for iOS", @"Action sheet title");
UIAlertController *attributionController = [UIAlertController alertControllerWithTitle:title
message:nil
preferredStyle:UIAlertControllerStyleActionSheet];