Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0d30497

Browse files
fabian-guerraJulian Rex
andauthored
Release prep for version 6.2.0 (#453) (#455)
* Update to gl-core 5.0.1 * Update version numbers * Update changelog Co-authored-by: Julian Rex <julian.rex@mapbox.com>
1 parent 4251bcf commit 0d30497

File tree

14 files changed

+24
-26
lines changed

14 files changed

+24
-26
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" == 5.0.0
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" == 5.0.1
22
github "mapbox/mapbox-events-ios" ~> 0.10.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" "5.0.0"
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" "5.0.1"
22
github "mapbox/mapbox-events-ios" "v0.10.3"

platform/ios/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
44

55
## 6.2.0
66

7-
** This release supports beta versions of iOS 14. **
8-
9-
You should not submit apps built with `6.2.0-beta.N` to the App Store. If you need to submit a build to TestFlight you should use Xcode 12 beta 6 (or newer). [Read more](https://github.com/mapbox/mapbox-gl-native-ios/issues/418).
7+
**This release supports iOS 14 and Xcode 12**
108

119
### ✨ New features
1210

@@ -29,8 +27,8 @@ You should not submit apps built with `6.2.0-beta.N` to the App Store. If you ne
2927

3028
### 🔧 Dependencies
3129

32-
* Core library updated to `5.0.0`. ([#438](https://github.com/mapbox/mapbox-gl-native-ios/pull/438))
33-
* `mapbox-events-ios` versioning updated to `~> 0.10.2`. Compiling 0.10.3 with Carthage and Xcode 11.1 will fail; this is a known [compilation issue](https://github.com/mapbox/mapbox-events-ios/issues/236) with earlier versions of Xcode.
30+
* Core library updated to `5.0.1`. ([#438](https://github.com/mapbox/mapbox-gl-native-ios/pull/453))
31+
* `mapbox-events-ios` versioning updated to `~> 0.10.2`.
3432

3533
## 6.1.0 - August 26, 2020
3634

platform/ios/Integration Test Harness/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>6.2.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>15268</string>
22+
<string>15269</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

platform/ios/Integration Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>6.2.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>15268</string>
20+
<string>15269</string>
2121
</dict>
2222
</plist>

platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '6.2.0-beta.2'
3+
version = '6.2.0'
44

55
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
66
m.version = "#{version}-snapshot"

platform/ios/Mapbox-iOS-SDK-stripped.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '6.2.0-beta.2'
3+
version = '6.2.0'
44

55
m.name = 'Mapbox-iOS-SDK-stripped'
66
m.version = "#{version}-stripped"

platform/ios/Mapbox-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '6.2.0-beta.2'
3+
version = '6.2.0'
44

55
m.name = 'Mapbox-iOS-SDK'
66
m.version = version

platform/ios/app/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>MBGL</string>
2323
<key>CFBundleVersion</key>
24-
<string>15268</string>
24+
<string>15269</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSLocationTemporaryUsageDescriptionDictionary</key>

platform/ios/benchmark/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>MBGL</string>
2323
<key>CFBundleVersion</key>
24-
<string>15268</string>
24+
<string>15269</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)