Skip to content

Commit

Permalink
Update versions for 11.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot for Maps SDK team authored and aleksproger committed Jul 30, 2024
1 parent 2e55538 commit b25c48d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Apps/Apps.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "33c88427d47dc075aa1bff8e088570110a19ed1a",
"version" : "11.5.1"
"revision" : "cf7e79b45888b1eab218c387268226cdbf2651be",
"version" : "11.5.3"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Mapbox welcomes participation and contributions from everyone.

## 11.5.2 - 29 July, 2024

* Update CoreMaps to the 11.5.3 version to fix crash on iOS simulators when using symbols with occlusion.

## 11.5.1 - 5 July, 2024

* Update CoreMaps to the 11.5.1 version.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

maps_version = '11.5.1'
maps_version = '11.5.2'

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

m.dependency 'MapboxCoreMaps', '11.5.1'
m.dependency 'MapboxCoreMaps', '11.5.3'
m.dependency 'MapboxCommon', '24.5.0'
m.dependency 'Turf', '2.8.0'

Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mapbox/mapbox-core-maps-ios.git",
"state" : {
"revision" : "33c88427d47dc075aa1bff8e088570110a19ed1a",
"version" : "11.5.1"
"revision" : "cf7e79b45888b1eab218c387268226cdbf2651be",
"version" : "11.5.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription
import Foundation

let coreMaps = MapsDependency.coreMaps(version: "11.5.1")
let coreMaps = MapsDependency.coreMaps(version: "11.5.3")
let common = MapsDependency.common(version: "24.5.0")

let mapboxMapsPath: String? = nil
Expand Down
4 changes: 2 additions & 2 deletions Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>11.5.1</string>
<string>11.5.2</string>
<key>CFBundleVersion</key>
<string>129</string>
<string>130</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "11.5.1"
"version" : "11.5.2"
}
2 changes: 1 addition & 1 deletion scripts/release/packager/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MapboxCoreMaps": "11.5.1",
"MapboxCoreMaps": "11.5.3",
"MapboxCommon": "24.5.0",
"Turf": "2.8.0"
}

0 comments on commit b25c48d

Please sign in to comment.