Skip to content

Commit 85ebdc9

Browse files
authored
Update Core and Common for 11.10.0-rc.1 (#2434)
1 parent dd5aee4 commit 85ebdc9

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Mapbox welcomes participation and contributions from everyone.
88
* Remove experimental `DirectionalLight.shadowQuality`.
99
* Add support for the `maxOverscaleFactorForParentTiles` property in `CustomRasterSource` and `CustomGeometrySource`, allowing greater control over tile overscaling behavior when rendering custom raster tiles.
1010
* Add support for experimental *-use-theme propert that allow to override the color theme set on the Map. This is experimental and have several limitations - currently expressions are not supported. Color properties in Lights, Rain, Snow are not supported. *-use-theme for layer applied only after zoom level change.
11+
* Update CoreMaps to 11.10.0-rc.1 and Common to 24.10.0-rc.1.
1112

1213
## 11.10.0-beta.1 - 20 January, 2025
1314

Examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

LICENSE.md

Lines changed: 1 addition & 1 deletion
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
@@ -21,8 +21,8 @@ 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.10.0-beta.2'
25-
m.dependency 'MapboxCommon', '24.10.0-beta.2'
24+
m.dependency 'MapboxCoreMaps', '11.10.0-rc.1'
25+
m.dependency 'MapboxCommon', '24.10.0-rc.1'
2626
m.dependency 'Turf', '4.0.0'
2727

2828
end

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import PackageDescription
55
import Foundation
66

7-
let coreMaps = MapsDependency.coreMaps(version: "11.10.0-beta.2")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.10.0-rc.1")
88

9-
let common = MapsDependency.common(version: "24.10.0-beta.2")
9+
let common = MapsDependency.common(version: "24.10.0-rc.1")
1010

1111
let mapboxMapsPath: String? = nil
1212

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"MapboxCoreMaps": "11.10.0-beta.2",
3-
"MapboxCommon": "24.10.0-beta.2",
2+
"MapboxCoreMaps": "11.10.0-rc.1",
3+
"MapboxCommon": "24.10.0-rc.1",
44
"Turf": "4.0.0"
55
}

0 commit comments

Comments
 (0)