summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSBundle+MGLAdditions.h
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2017-05-23 13:24:16 -0400
committerGitHub <noreply@github.com>2017-05-23 13:24:16 -0400
commit9b11bb98fa855da9d845ed01e59451943bb29af4 (patch)
tree48b290663e9f4cbeed09483d20f0558b6ccdde2f /platform/darwin/src/NSBundle+MGLAdditions.h
parentc9de6cdb6c8b4a640c10940adbd76ed508900022 (diff)
downloadqtlocation-mapboxgl-9b11bb98fa855da9d845ed01e59451943bb29af4.tar.gz
[ios] Fallback to Mapbox.bundle as the framework bundle (#9074)
Fixes an issue where localizations could not be found when using static builds. Throws exception if our bundle can't be found.
Diffstat (limited to 'platform/darwin/src/NSBundle+MGLAdditions.h')
-rw-r--r--platform/darwin/src/NSBundle+MGLAdditions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/darwin/src/NSBundle+MGLAdditions.h b/platform/darwin/src/NSBundle+MGLAdditions.h
index 1fc9e8b896..df70d23923 100644
--- a/platform/darwin/src/NSBundle+MGLAdditions.h
+++ b/platform/darwin/src/NSBundle+MGLAdditions.h
@@ -36,10 +36,6 @@ NS_ASSUME_NONNULL_BEGIN
+ (nullable NS_DICTIONARY_OF(NSString *, id) *)mgl_frameworkInfoDictionary;
-/// The relative path to the directory containing the SDK’s resource files, or
-/// `nil` if the files are located directly within the bundle’s root directory.
-@property (readonly, copy, nullable) NSString *mgl_resourcesDirectory;
-
@end
NS_ASSUME_NONNULL_END