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

Commit d0dcc9a

Browse files
authored
Update for 6.3.0-beta.1 (#526)
1 parent 5b239aa commit d0dcc9a

File tree

12 files changed

+20
-19
lines changed

12 files changed

+20
-19
lines changed

platform/ios/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
1818
### ✨ Other changes
1919

2020
* The default branch is now `main`. Please rebase any existing branches you may have. ([#489](https://github.com/mapbox/mapbox-gl-native-ios/pull/489))
21+
* Added `MGLGlyphsRasterizationMode`, which can be configured in order to specify whether glyphs and ideographs are rendered by the server or locally. ([#517](https://github.com/mapbox/mapbox-gl-native-ios/pull/517))
2122

2223
## 6.2.2 - October 19, 2020
2324

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>15276</string>
22+
<string>15277</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>15276</string>
20+
<string>15277</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-alpha.1'
3+
version = '6.3.0-beta.1'
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-alpha.1'
3+
version = '6.3.0-beta.1'
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-alpha.1'
3+
version = '6.3.0-beta.1'
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>15276</string>
24+
<string>15277</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>15276</string>
24+
<string>15277</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>15276</string>
18+
<string>15277</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>15276</string>
22+
<string>15277</string>
2323
<key>MGLCommitHash</key>
2424
<string>$(CURRENT_COMMIT_HASH)</string>
2525
<key>MGLSemanticVersionString</key>

0 commit comments

Comments
 (0)