diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 51738ce8d0..3e59d5349d 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,12 +2,16 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## main
+## 6.3.0
+
+### 🔧 Dependencies
+
+* Updated `mapbox-events-ios` to `0.10.5-beta.2` in order to add additional iOS 14 support.([#491](https://github.com/mapbox/mapbox-gl-native-ios/pull/491))
### 🐞 Bug fixes
* Fixed a bug with UIViews being incorrectly updated with a one frame delay. ([#483](https://github.com/mapbox/mapbox-gl-native-ios/pull/483))
-* Fixed an issue where CocoaPods users could not install the SDK when using Xcode 12. ([#482](https://github.com/mapbox/mapbox-gl-native-ios/pull/82))
+* Fixed an issue where CocoaPods users could not install the SDK when using Xcode 12. ([#482](https://github.com/mapbox/mapbox-gl-native-ios/pull/482))
## 6.2.1 - September 23, 2020
diff --git a/platform/ios/Integration Test Harness/Info.plist b/platform/ios/Integration Test Harness/Info.plist
index a8bd44b034..4169dc580b 100644
--- a/platform/ios/Integration Test Harness/Info.plist
+++ b/platform/ios/Integration Test Harness/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleVersion
- 15271
+ 15272
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/platform/ios/Integration Tests/Info.plist b/platform/ios/Integration Tests/Info.plist
index ed1e6dedbc..8ba003c252 100644
--- a/platform/ios/Integration Tests/Info.plist
+++ b/platform/ios/Integration Tests/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleVersion
- 15271
+ 15272
diff --git a/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec b/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
index d1e6beb2e2..d0a604eb5d 100644
--- a/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
+++ b/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- version = '6.2.1'
+ version = '6.3.0-alpha.1'
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
m.version = "#{version}-snapshot"
diff --git a/platform/ios/Mapbox-iOS-SDK-stripped.podspec b/platform/ios/Mapbox-iOS-SDK-stripped.podspec
index d111e22dde..ad635ec090 100644
--- a/platform/ios/Mapbox-iOS-SDK-stripped.podspec
+++ b/platform/ios/Mapbox-iOS-SDK-stripped.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- version = '6.2.1'
+ version = '6.3.0-alpha.1'
m.name = 'Mapbox-iOS-SDK-stripped'
m.version = "#{version}-stripped"
diff --git a/platform/ios/Mapbox-iOS-SDK.podspec b/platform/ios/Mapbox-iOS-SDK.podspec
index 60f50344e5..0787eecc17 100644
--- a/platform/ios/Mapbox-iOS-SDK.podspec
+++ b/platform/ios/Mapbox-iOS-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|
- version = '6.2.1'
+ version = '6.3.0-alpha.1'
m.name = 'Mapbox-iOS-SDK'
m.version = version
diff --git a/platform/ios/app/Info.plist b/platform/ios/app/Info.plist
index 6960fb129d..bb26559404 100644
--- a/platform/ios/app/Info.plist
+++ b/platform/ios/app/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleSignature
MBGL
CFBundleVersion
- 15271
+ 15272
LSRequiresIPhoneOS
NSLocationTemporaryUsageDescriptionDictionary
diff --git a/platform/ios/benchmark/Info.plist b/platform/ios/benchmark/Info.plist
index 2c337a1084..91728b8b9a 100644
--- a/platform/ios/benchmark/Info.plist
+++ b/platform/ios/benchmark/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleSignature
MBGL
CFBundleVersion
- 15271
+ 15272
LSRequiresIPhoneOS
NSHumanReadableCopyright
diff --git a/platform/ios/framework/Info-static.plist b/platform/ios/framework/Info-static.plist
index b4ef4b1222..8f0c8aba27 100644
--- a/platform/ios/framework/Info-static.plist
+++ b/platform/ios/framework/Info-static.plist
@@ -11,11 +11,11 @@
CFBundleName
$(PRODUCT_NAME)
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleSignature
????
CFBundleVersion
- 15271
+ 15272
MGLCommitHash
$(CURRENT_COMMIT_HASH)
MGLSemanticVersionString
diff --git a/platform/ios/framework/Info.plist b/platform/ios/framework/Info.plist
index e3f51e1cb7..f1160a8500 100644
--- a/platform/ios/framework/Info.plist
+++ b/platform/ios/framework/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleSignature
????
CFBundleVersion
- 15271
+ 15272
MGLCommitHash
$(CURRENT_COMMIT_HASH)
MGLSemanticVersionString
diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj
index c806b8c19e..2a6ca6fc48 100644
--- a/platform/ios/ios.xcodeproj/project.pbxproj
+++ b/platform/ios/ios.xcodeproj/project.pbxproj
@@ -3767,7 +3767,7 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 15271;
+ CURRENT_PROJECT_VERSION = 15272;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
GCC_PREPROCESSOR_DEFINITIONS = "";
@@ -3820,7 +3820,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 15271;
+ DYLIB_CURRENT_VERSION = 15272;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
@@ -3844,7 +3844,7 @@
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
- DYLIB_CURRENT_VERSION = 15271;
+ DYLIB_CURRENT_VERSION = 15272;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
@@ -3966,7 +3966,7 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 15271;
+ CURRENT_PROJECT_VERSION = 15272;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
GCC_OPTIMIZATION_LEVEL = 0;
@@ -3990,7 +3990,7 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 15271;
+ CURRENT_PROJECT_VERSION = 15272;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
GCC_PREPROCESSOR_DEFINITIONS = "";
@@ -4108,7 +4108,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 15271;
+ DYLIB_CURRENT_VERSION = 15272;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
INFOPLIST_FILE = framework/Info.plist;
@@ -4136,7 +4136,7 @@
DEFINES_MODULE = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 15271;
+ DYLIB_CURRENT_VERSION = 15272;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
@@ -4183,7 +4183,7 @@
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
- DYLIB_CURRENT_VERSION = 15271;
+ DYLIB_CURRENT_VERSION = 15272;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
@@ -4208,7 +4208,7 @@
BITCODE_GENERATION_MODE = bitcode;
DEFINES_MODULE = YES;
DEPLOYMENT_POSTPROCESSING = YES;
- DYLIB_CURRENT_VERSION = 15271;
+ DYLIB_CURRENT_VERSION = 15272;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
diff --git a/platform/ios/test/Info.plist b/platform/ios/test/Info.plist
index 6b4d9d7663..6db7e64779 100644
--- a/platform/ios/test/Info.plist
+++ b/platform/ios/test/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 6.2.1
+ 6.3.0
CFBundleSignature
????
CFBundleVersion
- 15271
+ 15272