Skip to content

Commit 1706121

Browse files
authored
Update dependencies for 2.21.1 (#4839)
1 parent 5b96822 commit 1706121

8 files changed

Lines changed: 42 additions & 36 deletions

File tree

CHANGELOG.md

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

33
## v2.21.1
44

5+
### Packaging
6+
7+
* MapboxCoreNavigation now requires [MapboxNavigationNative v208._x_](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/208.0.0). ([#4839](https://github.com/mapbox/mapbox-navigation-ios/pull/4839))
8+
* MapboxCoreNavigation now requires [MapboxDirections v2.14.4 - v2._x_](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v2.14.4). ([#4839](https://github.com/mapbox/mapbox-navigation-ios/pull/4839))
9+
* MapboxNavigation now requires [MapboxMaps v10.19.6 - v10._x_](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.19.6). ([#4839](https://github.com/mapbox/mapbox-navigation-ios/pull/4839))
10+
511
### Other changes
612

713
* Fixed a crash that could occur when restoring cached road shield and sprite images.

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4
2-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 206.1.0
3-
github "mapbox/mapbox-directions-swift" ~> 2.14.0
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.1
2+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 208.0.0
3+
github "mapbox/mapbox-directions-swift" ~> 2.14.4

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "23.11.4"
2-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "206.1.0"
3-
github "mapbox/mapbox-directions-swift" "v2.14.2"
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "23.12.1"
2+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "208.0.0"
3+
github "mapbox/mapbox-directions-swift" "v2.14.4"
44
github "mapbox/turf-swift" "v2.8.0"
55
github "mattgallagher/CwlPreconditionTesting" "2.2.2"
66
github "pointfreeco/swift-snapshot-testing" "1.9.0"

MapboxCoreNavigation.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Pod::Spec.new do |s|
4444
s.requires_arc = true
4545
s.module_name = "MapboxCoreNavigation"
4646

47-
s.dependency "MapboxNavigationNative", ">= 206.0.1", "< 207.0.0"
48-
s.dependency "MapboxDirections", "~> 2.14"
47+
s.dependency "MapboxNavigationNative", ">= 208.0.0", "< 209.0.0"
48+
s.dependency "MapboxDirections", ">= 2.14.4", "< 3.0.0"
4949

5050
s.swift_version = "5.5"
5151
end

MapboxNavigation-SPM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

MapboxNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Pod::Spec.new do |s|
4444
s.module_name = "MapboxNavigation"
4545

4646
s.dependency "MapboxCoreNavigation", "#{s.version.to_s}"
47-
s.dependency "MapboxMaps", "~> 10.19"
47+
s.dependency "MapboxMaps", ">= 10.19.6", "< 11.0.0"
4848
s.dependency "Solar-dev", "~> 3.0"
4949
s.dependency "MapboxSpeech", "~> 2.0"
5050

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ let package = Package(
2222
)
2323
],
2424
dependencies: [
25-
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "2.14.1"),
26-
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "206.0.1"),
27-
.package(name: "MapboxMaps", url: "https://github.com/mapbox/mapbox-maps-ios.git", from: "10.19.0"),
25+
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "2.14.4"),
26+
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "208.0.0"),
27+
.package(name: "MapboxMaps", url: "https://github.com/mapbox/mapbox-maps-ios.git", from: "10.19.6"),
2828
.package(name: "Solar", url: "https://github.com/ceeK/Solar.git", from: "3.0.0"),
2929
.package(name: "MapboxSpeech", url: "https://github.com/mapbox/mapbox-speech-swift.git", from: "2.0.0"),
3030
.package(name: "CwlPreconditionTesting", url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),

Tests/CocoaPodsTest/PodInstall/Podfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
PODS:
2-
- MapboxCommon (23.12.0)
2+
- MapboxCommon (23.12.1)
33
- MapboxCoreMaps (10.19.2):
44
- MapboxCommon (~> 23.11)
55
- MapboxCoreNavigation (2.21.0):
6-
- MapboxDirections (~> 2.14)
7-
- MapboxNavigationNative (< 207.0.0, >= 206.0.1)
8-
- MapboxDirections (2.14.3):
6+
- MapboxDirections (< 3.0.0, >= 2.14.4)
7+
- MapboxNavigationNative (< 209.0.0, >= 208.0.0)
8+
- MapboxDirections (2.14.4):
99
- Polyline (~> 5.0)
1010
- Turf (~> 2.8.0)
11-
- MapboxMaps (10.19.5):
12-
- MapboxCommon (= 23.12.0)
11+
- MapboxMaps (10.19.6):
12+
- MapboxCommon (= 23.12.1)
1313
- MapboxCoreMaps (= 10.19.2)
1414
- MapboxMobileEvents (= 2.0.0)
1515
- Turf (= 2.8.0)
1616
- MapboxMobileEvents (2.0.0)
1717
- MapboxNavigation (2.21.0):
1818
- MapboxCoreNavigation (= 2.21.0)
19-
- MapboxMaps (~> 10.19)
19+
- MapboxMaps (< 11.0.0, >= 10.19.6)
2020
- MapboxSpeech (~> 2.0)
2121
- Solar-dev (~> 3.0)
22-
- MapboxNavigationNative (206.2.2):
23-
- MapboxCommon (~> 23.10)
22+
- MapboxNavigationNative (208.0.0):
23+
- MapboxCommon (~> 23.12)
2424
- MapboxSpeech (2.1.1)
2525
- Polyline (5.1.0)
2626
- Solar-dev (3.0.1)
@@ -50,19 +50,19 @@ EXTERNAL SOURCES:
5050
:path: "../../../"
5151

5252
SPEC CHECKSUMS:
53-
MapboxCommon: 9fe257ddc7385d55106345d4520a7fec3f4c0465
53+
MapboxCommon: 7343938b407aed49308467a3fade5c65632a8057
5454
MapboxCoreMaps: 35685edba03e44468aed57c3dfd7f8795edafda8
55-
MapboxCoreNavigation: 11dda50daebae2e2ff15d8ade0f272e75c218d25
56-
MapboxDirections: d9ad8452e8927d95ed21e35f733834dbca7e0eb1
57-
MapboxMaps: f8d239f0474c07002443dd2f424c6dba2d44ec9a
55+
MapboxCoreNavigation: 42fb2af1ccf5749ec705c8e137c9aea02f695964
56+
MapboxDirections: 9bc02093bfde62776a1e3fd1b9b35bf2b25180f9
57+
MapboxMaps: a4658ed35d2cb1f0b713a17a805952bb99176f07
5858
MapboxMobileEvents: d044b9edbe0ec7df60f6c2c9634fe9a7f449266b
59-
MapboxNavigation: 0daefde94cff87e774dd0444e3910059119c889c
60-
MapboxNavigationNative: 629e359f3d2590acd1ebbacaaf99e1a80ee57e42
59+
MapboxNavigation: 76fb871db7dbae2dc927c4509f5bfcf730bb1d6f
60+
MapboxNavigationNative: 5d270a90ea98c7031c8b844aa2c6fa1de0b14300
6161
MapboxSpeech: cd25ef99c3a3d2e0da72620ff558276ea5991a77
6262
Polyline: 2a1f29f87f8d9b7de868940f4f76deb8c678a5b1
6363
Solar-dev: 4612dc9878b9fed2667d23b327f1d4e54e16e8d0
6464
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
6565

6666
PODFILE CHECKSUM: bde8103af0e9b326531ee57cf1fa935cbd5f2e18
6767

68-
COCOAPODS: 1.12.1
68+
COCOAPODS: 1.14.3

0 commit comments

Comments
 (0)