summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-06 17:57:47 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-06 17:57:47 -0800
commit0e5063799abc8f2ed097e6526aaef30838201553 (patch)
tree064767beb5b9ac50bd33b626659fa5d4707b451b
parent815516a6f7d0189618d60c720d36ada00fded8a7 (diff)
downloadqtlocation-mapboxgl-ios-v3.0.0-pre.5.tar.gz
bump iOS version to 3.0.0-pre.5ios-v3.0.0-pre.5
-rw-r--r--ios/Mapbox-iOS-SDK.podspec2
-rw-r--r--platform/ios/MGLAccountManager.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index 6ea5414851..28af4374be 100644
--- a/ios/Mapbox-iOS-SDK.podspec
+++ b/ios/Mapbox-iOS-SDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |m|
m.name = 'Mapbox-iOS-SDK'
- m.version = '3.0.0-pre.4-symbols'
+ m.version = '3.0.0-pre.5-symbols'
m.summary = 'Open source vector map solution for iOS with full styling capabilities.'
m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.'
diff --git a/platform/ios/MGLAccountManager.m b/platform/ios/MGLAccountManager.m
index 16cd7435cd..36b35fa861 100644
--- a/platform/ios/MGLAccountManager.m
+++ b/platform/ios/MGLAccountManager.m
@@ -85,7 +85,7 @@
}
+ (NSString *)kitDisplayVersion {
- return @"3.0.0-pre.4";
+ return @"3.0.0-pre.5";
}
+ (void)initializeIfNeeded {