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

Commit c8917ac

Browse files
author
Julian Rex
authored
Updates version number to 6.3.0, bumps gl-native to 5.2.1 (#537) (#539)
Also updates change log (cherry picked from commit de4e871)
1 parent d0dcc9a commit c8917ac

File tree

14 files changed

+27
-25
lines changed

14 files changed

+27
-25
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.2.0
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" == 5.2.1
22
github "mapbox/mapbox-events-ios" ~> 0.10.5

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.2.0"
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" "5.2.1"
22
github "mapbox/mapbox-events-ios" "v0.10.5"

platform/ios/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
44

5-
## 6.3.0
5+
## 6.3.0 - November 10, 2020
6+
7+
This version does not support Apple Silicon Macs (arm64).
68

79
### 🐞 Bug fixes
810

9-
* Partly fixed an issue on iOS 14 where `-[UIView layoutSubviews]` was being repeatedly called. ([#501](https://github.com/mapbox/mapbox-gl-native-ios/pull/501))
11+
* Fixed issues on iOS 14 where `-[UIView layoutSubviews]` was being repeatedly called. ([#501](https://github.com/mapbox/mapbox-gl-native-ios/pull/501), [#507](https://github.com/mapbox/mapbox-gl-native-ios/pull/507))
1012
* Fixed a bug with UIViews being incorrectly updated with a one frame delay. ([#483](https://github.com/mapbox/mapbox-gl-native-ios/pull/483))
1113
* 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))
12-
* Fixed an issue on iOS 14 where scalebar triggers unnecessary `-[UIView layoutSubviews]`. ([#507](https://github.com/mapbox/mapbox-gl-native-ios/pull/507))
1314

1415
### 🔧 Dependencies
1516

16-
* 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))
17+
* Updated `mapbox-events-ios` to `0.10.5` in order to add additional iOS 14 support.([#510](https://github.com/mapbox/mapbox-gl-native-ios/pull/510))
18+
* Core library updated to `5.2.1`. ([#537](https://github.com/mapbox/mapbox-gl-native-ios/pull/537))
1719

1820
### ✨ Other changes
1921

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.3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>15277</string>
22+
<string>15278</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.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>15277</string>
20+
<string>15278</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.3.0-beta.1'
3+
version = '6.3.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.3.0-beta.1'
3+
version = '6.3.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.3.0-beta.1'
3+
version = '6.3.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>15277</string>
24+
<string>15278</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>15277</string>
24+
<string>15278</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)