From bb09db8f8bc37a964e429ff9dd0b16e87f9d35d1 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Wed, 23 Sep 2020 11:54:24 -0700 Subject: [PATCH 1/2] Bump version to 6.2.1 --- .../ios/Integration Test Harness/Info.plist | 4 ++-- platform/ios/Integration Tests/Info.plist | 4 ++-- .../Mapbox-iOS-SDK-snapshot-dynamic.podspec | 2 +- platform/ios/Mapbox-iOS-SDK-stripped.podspec | 2 +- platform/ios/Mapbox-iOS-SDK.podspec | 2 +- platform/ios/app/Info.plist | 4 ++-- platform/ios/benchmark/Info.plist | 4 ++-- platform/ios/framework/Info-static.plist | 4 ++-- platform/ios/framework/Info.plist | 4 ++-- platform/ios/ios.xcodeproj/project.pbxproj | 18 +++++++++--------- platform/ios/test/Info.plist | 4 ++-- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/platform/ios/Integration Test Harness/Info.plist b/platform/ios/Integration Test Harness/Info.plist index a6d55a7802..a8bd44b034 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.0 + 6.2.1 CFBundleVersion - 15270 + 15271 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/platform/ios/Integration Tests/Info.plist b/platform/ios/Integration Tests/Info.plist index 96fb7e523c..ed1e6dedbc 100644 --- a/platform/ios/Integration Tests/Info.plist +++ b/platform/ios/Integration Tests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 6.2.0 + 6.2.1 CFBundleVersion - 15270 + 15271 diff --git a/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec b/platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec index 1178999cae..d1e6beb2e2 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.0' + version = '6.2.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 461d7a4651..d111e22dde 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.0' + version = '6.2.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 b5bf32dff3..34ac6583bc 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.0' + version = '6.2.1' m.name = 'Mapbox-iOS-SDK' m.version = version diff --git a/platform/ios/app/Info.plist b/platform/ios/app/Info.plist index 6ab29ae514..6960fb129d 100644 --- a/platform/ios/app/Info.plist +++ b/platform/ios/app/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 6.2.0 + 6.2.1 CFBundleSignature MBGL CFBundleVersion - 15270 + 15271 LSRequiresIPhoneOS NSLocationTemporaryUsageDescriptionDictionary diff --git a/platform/ios/benchmark/Info.plist b/platform/ios/benchmark/Info.plist index 3c8ca01225..2c337a1084 100644 --- a/platform/ios/benchmark/Info.plist +++ b/platform/ios/benchmark/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 6.2.0 + 6.2.1 CFBundleSignature MBGL CFBundleVersion - 15270 + 15271 LSRequiresIPhoneOS NSHumanReadableCopyright diff --git a/platform/ios/framework/Info-static.plist b/platform/ios/framework/Info-static.plist index fc1d161730..b4ef4b1222 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.0 + 6.2.1 CFBundleSignature ???? CFBundleVersion - 15270 + 15271 MGLCommitHash $(CURRENT_COMMIT_HASH) MGLSemanticVersionString diff --git a/platform/ios/framework/Info.plist b/platform/ios/framework/Info.plist index 0e205fa3f4..e3f51e1cb7 100644 --- a/platform/ios/framework/Info.plist +++ b/platform/ios/framework/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.2.0 + 6.2.1 CFBundleSignature ???? CFBundleVersion - 15270 + 15271 MGLCommitHash $(CURRENT_COMMIT_HASH) MGLSemanticVersionString diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj index d2d2d554cd..c806b8c19e 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 = 15270; + CURRENT_PROJECT_VERSION = 15271; 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 = 15270; + DYLIB_CURRENT_VERSION = 15271; 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 = 15270; + DYLIB_CURRENT_VERSION = 15271; 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 = 15270; + CURRENT_PROJECT_VERSION = 15271; 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 = 15270; + CURRENT_PROJECT_VERSION = 15271; 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 = 15270; + DYLIB_CURRENT_VERSION = 15271; 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 = 15270; + DYLIB_CURRENT_VERSION = 15271; 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 = 15270; + DYLIB_CURRENT_VERSION = 15271; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -4208,7 +4208,7 @@ BITCODE_GENERATION_MODE = bitcode; DEFINES_MODULE = YES; DEPLOYMENT_POSTPROCESSING = YES; - DYLIB_CURRENT_VERSION = 15270; + DYLIB_CURRENT_VERSION = 15271; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", diff --git a/platform/ios/test/Info.plist b/platform/ios/test/Info.plist index 491b2b6898..6b4d9d7663 100644 --- a/platform/ios/test/Info.plist +++ b/platform/ios/test/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 6.2.0 + 6.2.1 CFBundleSignature ???? CFBundleVersion - 15270 + 15271 From b50657009687c74afba9a6244c8741e1de2aa161 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Wed, 23 Sep 2020 11:55:07 -0700 Subject: [PATCH 2/2] Update changelog --- platform/ios/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 6450f157e6..908bbfdc6e 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -2,7 +2,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started. -## master +## 6.2.1 - September 23, 2020 ### 🐞 Bug fixes