Skip to content

Commit 126f30c

Browse files
committed
MapboxDirections v2.5.0-beta.1
1 parent ace418c commit 126f30c

File tree

9 files changed

+15
-14
lines changed

9 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Packaging
66

77
* MapboxNavigation now requires [MapboxMaps v10.5.0-rc.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.5.0-rc.1). ([#3834](https://github.com/mapbox/mapbox-navigation-ios/pull/3834))
8+
* MapboxCoreNavigation now requires [MapboxDirections v2.5.0-beta.1](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v2.5.0-beta.1). ([#3871](https://github.com/mapbox/mapbox-navigation-ios/pull/3871))
89
* MapboxCoreNavigation now requires [MapboxNavigationNative v98._x_](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/98.0.0). ([#3862](https://github.com/mapbox/mapbox-navigation-ios/pull/3862))
910

1011
### Location tracking

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 21.3.0-rc.2
22
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 98.0
3-
github "mapbox/mapbox-directions-swift" ~> 2.4
3+
github "mapbox/mapbox-directions-swift" == 2.5.0-beta.1
44
github "mapbox/mapbox-events-ios" ~> 1.0.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.
22
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "98.0.0"
33
github "Quick/Nimble" "v9.2.1"
44
github "Quick/Quick" "v3.1.2"
5-
github "mapbox/mapbox-directions-swift" "v2.4.0"
5+
github "mapbox/mapbox-directions-swift" "v2.5.0-beta.1"
66
github "mapbox/mapbox-events-ios" "v1.0.8"
77
github "mapbox/turf-swift" "v2.4.0"
88
github "pointfreeco/swift-snapshot-testing" "1.9.0"

MapboxCoreNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
s.module_name = "MapboxCoreNavigation"
4242

4343
s.dependency "MapboxNavigationNative", "~> 98.0"
44-
s.dependency "MapboxDirections", "~> 2.4"
44+
s.dependency "MapboxDirections-pre", "2.5.0-beta.1"
4545
s.dependency "MapboxMobileEvents", "~> 1.0"
4646

4747
s.swift_version = "5.0"

MapboxNavigation-SPM.xcodeproj/project.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.

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
@@ -22,7 +22,7 @@ let package = Package(
2222
)
2323
],
2424
dependencies: [
25-
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "2.4.0"),
25+
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", .exact("2.5.0-beta.1")),
2626
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", from: "1.0.0"),
2727
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "98.0.0"),
2828
.package(name: "MapboxMaps", url: "https://github.com/mapbox/mapbox-maps-ios.git", .exact("10.5.0-rc.1")),

Tests/CocoaPodsTest/PodInstall/PodInstall.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
inputPaths = (
233233
"${PODS_ROOT}/Target Support Files/Pods-PodInstall/Pods-PodInstall-frameworks.sh",
234234
"${BUILT_PRODUCTS_DIR}/MapboxCoreNavigation/MapboxCoreNavigation.framework",
235-
"${BUILT_PRODUCTS_DIR}/MapboxDirections/MapboxDirections.framework",
235+
"${BUILT_PRODUCTS_DIR}/MapboxDirections-pre/MapboxDirections.framework",
236236
"${BUILT_PRODUCTS_DIR}/MapboxMaps/MapboxMaps.framework",
237237
"${BUILT_PRODUCTS_DIR}/MapboxNavigation/MapboxNavigation.framework",
238238
"${BUILT_PRODUCTS_DIR}/MapboxSpeech/MapboxSpeech.framework",

Tests/CocoaPodsTest/PodInstall/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ PODS:
33
- MapboxCoreMaps (10.5.0-rc.1):
44
- MapboxCommon (~> 21.3.0-rc)
55
- MapboxCoreNavigation (2.5.0-beta.2):
6-
- MapboxDirections (~> 2.4)
6+
- MapboxDirections-pre (= 2.5.0-beta.1)
77
- MapboxMobileEvents (~> 1.0)
88
- MapboxNavigationNative (~> 98.0)
9-
- MapboxDirections (2.4.0):
9+
- MapboxDirections-pre (2.5.0-beta.1):
1010
- Polyline (~> 5.0)
1111
- Turf (~> 2.0)
1212
- MapboxMaps (10.5.0-rc.1):
@@ -36,7 +36,7 @@ SPEC REPOS:
3636
trunk:
3737
- MapboxCommon
3838
- MapboxCoreMaps
39-
- MapboxDirections
39+
- MapboxDirections-pre
4040
- MapboxMaps
4141
- MapboxMobileEvents
4242
- MapboxNavigationNative
@@ -54,8 +54,8 @@ EXTERNAL SOURCES:
5454
SPEC CHECKSUMS:
5555
MapboxCommon: 4c7bbe5e3a06f6d5711cbbce0eb7d17d6f5ba5e7
5656
MapboxCoreMaps: 66b814bc79930848ebd8c37beb267385e1f85d01
57-
MapboxCoreNavigation: 08cfa06d0187718a14f0ab7c378e9ad8424ee142
58-
MapboxDirections: c3fd015787ff85b6bcfba7b12156d75fa74121b1
57+
MapboxCoreNavigation: 9d3f2bf9d8d0871a4b8b9339985bea97807b5e90
58+
MapboxDirections-pre: b267332f864b83bcdf8681d7e2a20ac045df1dad
5959
MapboxMaps: 68005489b42a825aeb0a8a31d92368d30578782d
6060
MapboxMobileEvents: f7f3e8daeb4b83688ae62a4172dce79169a97233
6161
MapboxNavigation: e3d026c39cb038ef1e18f2000cc5816040b972d4

0 commit comments

Comments
 (0)