Skip to content

Commit d061b47

Browse files
authored
Adapt latest gl-native and common (#2356)
1 parent a3e4391 commit d061b47

File tree

20 files changed

+182
-208
lines changed

20 files changed

+182
-208
lines changed

Apps/Apps.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.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7+
⚠️⚠️⚠️ Potentially breaking changes ⚠️⚠️⚠️
8+
* Mark `symbolElevationReference`, `symbolZOffset`, `lineTrimColor `, `lineTrimFadeRange`, `lineZOffset` as Experimental in AnnotationManagers. This is potentially breaking change, however those properties are not marked as experimental only in AnnotationManagers by mistake.
9+
In order to continue use them use the following import `@_spi(Experimental) import MapboxMaps`.
10+
11+
* Add two separete Geofence examples in SwiftUI - `GeofencingPlayground` and `GeofencingUserLocation`
712
* Add support for Base and Height alignment in FillExtrusionLayer.
813
* Add support for `pitchAlignment` in BackgroundLayer.
914
* Add support for `zOffset` in FillLayer, PolygonAnnotation[Manager] and PolygonAnnotationGroup.
@@ -15,6 +20,8 @@ That initializer doesn't require to wrap arguments in `Argument` cases. For exam
1520
## 11.8.0 - 11 November, 2024
1621

1722
* Add two separated Geofence examples in SwiftUI - `GeofencingPlayground` and `GeofencingUserLocation`
23+
* Expose `lineElevationReference`, `lineCrossSlope`, `iconSizeScaleRange`, `textSizeScaleRange` as experimental
24+
* Mark `ClipLayer` as stable
1825

1926
## 11.8.0-rc.1 - 23 October, 2024
2027

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.8.0'
25-
m.dependency 'MapboxCommon', '24.8.0'
24+
m.dependency 'MapboxCoreMaps', '11.9.0-SNAPSHOT.1112T1941Z.8130abf'
25+
m.dependency 'MapboxCommon', '24.9.0-SNAPSHOT.1112T0225Z.a361369'
2626
m.dependency 'Turf', '4.0.0-beta.1'
2727

2828
end

Package.resolved

Lines changed: 0 additions & 18 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,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let coreMaps = MapsDependency.coreMaps(version: "11.8.0")
8-
let common = MapsDependency.common(version: "24.8.0")
7+
let coreMaps = MapsDependency.coreMaps(version: "11.9.0-SNAPSHOT.1112T1941Z.8130abf", checksum: "0ef6877a48fbd153ab2d4f5605234d44b344d4089e5190f0d216bc79e8b55339")
8+
let common = MapsDependency.common(version: "24.9.0-SNAPSHOT.1112T0225Z.a361369", checksum: "e828f210cc591daf087206066d5117c0d4c10e8ec07c233ab1cd8d800a834a63")
99

1010
let mapboxMapsPath: String? = nil
1111

Sources/MapboxMaps/Annotations/Generated/PointAnnotationManager.swift

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

Sources/MapboxMaps/Annotations/Generated/PolygonAnnotationManager.swift

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

Sources/MapboxMaps/Annotations/Generated/PolylineAnnotationManager.swift

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

Sources/MapboxMaps/Documentation.docc/API Catalogs/Layer Property Values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
- ``TransitionOptions-struct``
4343
- ``ModelScaleMode``
4444
- ``SymbolElevationReference``
45+
- ``BackgroundPitchAlignment``
4546
- ``FillExtrusionBaseAlignment``
4647
- ``FillExtrusionHeightAlignment``
47-
- ``BackgroundPitchAlignment``
4848

4949
<!-- Next two are arguable regarding it's category -->
5050
- ``ImageContent``

Sources/MapboxMaps/Foundation/Extensions/Geofencing/Geofencing+Turf.swift

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)