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

Commit 90daef0

Browse files
author
Julian Rex
authored
Cherry picks for release 6.2.2 (#509)
1 parent 7526f6b commit 90daef0

20 files changed

+178
-146
lines changed

platform/ios/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

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

5-
## 6.2.1 - September 23, 2020
5+
## 6.2.2 - October 19, 2020
66

77
### 🐞 Bug fixes
88

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))
10+
* Fixed a bug with UIViews being incorrectly updated with a one frame delay. ([#483](https://github.com/mapbox/mapbox-gl-native-ios/pull/483))
11+
* Fixed an issue on iOS 14 where scalebar triggers unnecessary `-[UIView layoutSubviews]`. ([#507](https://github.com/mapbox/mapbox-gl-native-ios/pull/507))
12+
13+
## 6.2.1 - September 23, 2020
14+
915
* Fixed an issue where completion blocks were not called until the map was rendered. ([#463](https://github.com/mapbox/mapbox-gl-native-ios/pull/463))
1016
* Fixed an issue that caused a crash when custom location managers did not implement `MGLLocationManager.accuracyAuthorization`. ([#474](https://github.com/mapbox/mapbox-gl-native-ios/pull/474))
1117
* Fixed a crash that occurred when `MGLIdeographicFontFamilyName` was set to `NO`. ([#467](https://github.com/mapbox/mapbox-gl-native-ios/pull/467), [#476](https://github.com/mapbox/mapbox-gl-native-ios/pull/476))

platform/ios/Integration Test Harness/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>6.2.1</string>
20+
<string>6.2.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>15271</string>
22+
<string>15275</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

platform/ios/Integration Tests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.2.1</string>
18+
<string>6.2.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>15271</string>
20+
<string>15275</string>
2121
</dict>
2222
</plist>

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

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

3-
version = '6.2.1'
3+
version = '6.2.2'
44

55
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
66
m.version = "#{version}-snapshot"
@@ -10,9 +10,9 @@ Pod::Spec.new do |m|
1010
m.homepage = 'https://docs.mapbox.com/ios/maps/'
1111
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
1212
m.author = { 'Mapbox' => '[email protected]' }
13-
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png"
13+
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png"
1414
m.social_media_url = 'https://twitter.com/mapbox'
15-
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'
15+
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/'
1616

1717
m.source = {
1818
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-snapshot-dynamic.zip",

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

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

3-
version = '6.2.1'
3+
version = '6.2.2'
44

55
m.name = 'Mapbox-iOS-SDK-stripped'
66
m.version = "#{version}-stripped"
@@ -10,9 +10,9 @@ Pod::Spec.new do |m|
1010
m.homepage = 'https://docs.mapbox.com/ios/maps/'
1111
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
1212
m.author = { 'Mapbox' => '[email protected]' }
13-
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png"
13+
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png"
1414
m.social_media_url = 'https://twitter.com/mapbox'
15-
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'
15+
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/'
1616

1717
m.source = {
1818
:http => "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/#{version.to_s}/mapbox-ios-sdk-stripped-dynamic.zip",

platform/ios/Mapbox-iOS-SDK.podspec

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

3-
version = '6.2.1'
3+
version = '6.2.2'
44

55
m.name = 'Mapbox-iOS-SDK'
66
m.version = version
@@ -10,9 +10,9 @@ Pod::Spec.new do |m|
1010
m.homepage = 'https://docs.mapbox.com/ios/maps/'
1111
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
1212
m.author = { 'Mapbox' => '[email protected]' }
13-
m.screenshot = "https://docs.mapbox.com/ios/api/maps/#{version}/img/screenshot.png"
13+
m.screenshot = "https://docs.mapbox.com/ios/maps/api/#{version}/img/screenshot.png"
1414
m.social_media_url = 'https://twitter.com/mapbox'
15-
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'
15+
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api/'
1616

1717
m.source = {
1818
:http => "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/#{version.to_s}/mapbox-ios-sdk-dynamic.zip",

platform/ios/app/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>6.2.1</string>
20+
<string>6.2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>MBGL</string>
2323
<key>CFBundleVersion</key>
24-
<string>15271</string>
24+
<string>15275</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSLocationTemporaryUsageDescriptionDictionary</key>

platform/ios/benchmark/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>6.2.1</string>
20+
<string>6.2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>MBGL</string>
2323
<key>CFBundleVersion</key>
24-
<string>15271</string>
24+
<string>15275</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

platform/ios/framework/Info-static.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>6.2.1</string>
14+
<string>6.2.2</string>
1515
<key>CFBundleSignature</key>
1616
<string>????</string>
1717
<key>CFBundleVersion</key>
18-
<string>15271</string>
18+
<string>15275</string>
1919
<key>MGLCommitHash</key>
2020
<string>$(CURRENT_COMMIT_HASH)</string>
2121
<key>MGLSemanticVersionString</key>

platform/ios/framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.2.1</string>
18+
<string>6.2.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15271</string>
22+
<string>15275</string>
2323
<key>MGLCommitHash</key>
2424
<string>$(CURRENT_COMMIT_HASH)</string>
2525
<key>MGLSemanticVersionString</key>

0 commit comments

Comments
 (0)