Skip to content

Commit b25c48d

Browse files
Release SDK bot for Maps SDK teamaleksproger
authored andcommitted
Update versions for 11.5.2
1 parent 2e55538 commit b25c48d

File tree

9 files changed

+17
-13
lines changed

9 files changed

+17
-13
lines changed

Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## 11.5.2 - 29 July, 2024
6+
7+
* Update CoreMaps to the 11.5.3 version to fix crash on iOS simulators when using symbols with occlusion.
8+
59
## 11.5.1 - 5 July, 2024
610

711
* Update CoreMaps to the 11.5.1 version.

LICENSE.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

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

3-
maps_version = '11.5.1'
3+
maps_version = '11.5.2'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version
@@ -21,7 +21,7 @@ Pod::Spec.new do |m|
2121
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
2222
m.resource_bundles = { 'MapboxMapsResources' => ['Sources/**/*.{xcassets,strings}', 'Sources/MapboxMaps/MapboxMaps.json', 'Sources/MapboxMaps/PrivacyInfo.xcprivacy'] }
2323

24-
m.dependency 'MapboxCoreMaps', '11.5.1'
24+
m.dependency 'MapboxCoreMaps', '11.5.3'
2525
m.dependency 'MapboxCommon', '24.5.0'
2626
m.dependency 'Turf', '2.8.0'
2727

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55
import Foundation
66

7-
let coreMaps = MapsDependency.coreMaps(version: "11.5.1")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.5.3")
88
let common = MapsDependency.common(version: "24.5.0")
99

1010
let mapboxMapsPath: String? = nil

Sources/MapboxMaps/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>11.5.1</string>
18+
<string>11.5.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>129</string>
20+
<string>130</string>
2121
</dict>
2222
</plist>

Sources/MapboxMaps/MapboxMaps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version" : "11.5.1"
2+
"version" : "11.5.2"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.5.1",
2+
"MapboxCoreMaps": "11.5.3",
33
"MapboxCommon": "24.5.0",
44
"Turf": "2.8.0"
55
}

0 commit comments

Comments
 (0)