summaryrefslogtreecommitdiff
path: root/platform/ios/NSBundle+MGLAdditions.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/NSBundle+MGLAdditions.m')
-rw-r--r--platform/ios/NSBundle+MGLAdditions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/NSBundle+MGLAdditions.m b/platform/ios/NSBundle+MGLAdditions.m
index b0ecf4656e..d8ba7dacc4 100644
--- a/platform/ios/NSBundle+MGLAdditions.m
+++ b/platform/ios/NSBundle+MGLAdditions.m
@@ -6,7 +6,7 @@
+ (NSString *)mgl_resourceBundlePath
{
- NSString *resourceBundlePath = [[NSBundle bundleForClass:[MGLMapView class]] pathForResource:@"MapboxGL" ofType:@"bundle"];
+ NSString *resourceBundlePath = [[NSBundle bundleForClass:[MGLMapView class]] pathForResource:@"Mapbox" ofType:@"bundle"];
if ( ! resourceBundlePath) resourceBundlePath = [[NSBundle mainBundle] bundlePath];