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

Commit 758da7e

Browse files
authored
Update podspecs and changelog for v6.1.0 (#393)
* Update version and podspecs * Update changelog * Stray Info.plist update
1 parent 758d2ee commit 758da7e

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

platform/ios/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
1313
* Added an approximate user location halo when `MGLLocationManager.accuracyAuthorization` is set to `CLAccuracyAuthorizationReducedAccuracy`. ([#381](https://github.com/mapbox/mapbox-gl-native-ios/pull/381))
1414
* The `MGLAccuracyAuthorizationDescription` as element of `NSLocationTemporaryUsageDescriptionDictionary` Info.plist key can now be set to describe why you request accuracy authorization. ([#392](https://github.com/mapbox/mapbox-gl-native-ios/pull/392))
1515

16-
## 6.1.0
16+
## 6.1.0 - August 26, 2020
1717

1818
* Added the `MGLStyle.accessiblePlaceSourceLayerIdentifiers` property to cause VoiceOver to read aloud certain layers in `MGLVectorTileSource`s as places, the same way that certain layers in the Mapbox Streets source are already read aloud as places. ([#336](https://github.com/mapbox/mapbox-gl-native-ios/pull/336))
1919

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.1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>15261</string>
22+
<string>15262</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.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>15261</string>
20+
<string>15262</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.1.0-beta.1'
3+
version = '6.1.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.1.0-beta.1'
3+
version = '6.1.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.1.0-beta.1'
3+
version = '6.1.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>15261</string>
24+
<string>15262</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>15261</string>
24+
<string>15262</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

platform/ios/framework/Info-static.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundleSignature</key>
1616
<string>????</string>
1717
<key>CFBundleVersion</key>
18-
<string>15261</string>
18+
<string>15262</string>
1919
<key>MGLCommitHash</key>
2020
<string>$(CURRENT_COMMIT_HASH)</string>
2121
<key>MGLSemanticVersionString</key>

platform/ios/framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15261</string>
22+
<string>15262</string>
2323
<key>MGLCommitHash</key>
2424
<string>$(CURRENT_COMMIT_HASH)</string>
2525
<key>MGLSemanticVersionString</key>

0 commit comments

Comments
 (0)