summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2017-11-30 16:44:21 -0800
committerjmkiley <jordan.kiley@mapbox.com>2017-12-04 12:50:12 -0800
commit6b5a114f0ab70cd1a25a6942a9aaf9fd94359115 (patch)
tree84d946e84956d7d640810d1214b0cf45271d4208
parent122fc293a1495254472f84b88df0509c241df061 (diff)
downloadqtlocation-mapboxgl-6b5a114f0ab70cd1a25a6942a9aaf9fd94359115.tar.gz
[ios, macos] a few more replacements
-rw-r--r--platform/darwin/src/NSBundle+MGLAdditions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/NSBundle+MGLAdditions.m b/platform/darwin/src/NSBundle+MGLAdditions.m
index f383a50300..f55059324e 100644
--- a/platform/darwin/src/NSBundle+MGLAdditions.m
+++ b/platform/darwin/src/NSBundle+MGLAdditions.m
@@ -15,7 +15,7 @@
bundle = [self bundleWithPath:bundlePath];
} else {
[NSException raise:@"MGLBundleNotFoundException" format:
- @"The Mapbox framework bundle could not be found. If using the Mapbox iOS SDK as a static framework, make sure that Mapbox.bundle is copied into the root of the app bundle."];
+ @"The Mapbox framework bundle could not be found. If using the Mapbox Maps SDK for iOS as a static framework, make sure that Mapbox.bundle is copied into the root of the app bundle."];
}
}