Skip to content

Commit ec67507

Browse files
authored
Prepare v2.20.0-beta.1 dependencies (#4750)
1 parent 575b97d commit ec67507

File tree

8 files changed

+35
-33
lines changed

8 files changed

+35
-33
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## v2.20.0
44

5+
* MapboxNavigation now requires minimim [MapboxMaps v10.19.0](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.19.0). ([#4750](https://github.com/mapbox/mapbox-navigation-ios/pull/4750))
6+
57
### Audio
68

7-
* Improved AVAudioSession handling for playback of the reroute sound and voice instructions. Activation and deactivation of AVAudioSession no longer occur on the main thread, and these operations are synchronized. This eliminates UI freezes that occurred to a lesser extent during activation and to a greater extent during deactivation.
9+
* Improved `AVAudioSession` handling for playback of the reroute sound and voice instructions. Activation and deactivation of `AVAudioSession` no longer occur on the main thread, and these operations are synchronized. This eliminates UI freezes that occurred to a lesser extent during activation and to a greater extent during deactivation.
810

911
### API Deprecations
1012

Cartfile

Lines changed: 1 addition & 1 deletion
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.10.1
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4
22
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" ~> 206.1.0
33
github "mapbox/mapbox-directions-swift" ~> 2.14.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "23.10.1"
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" "23.11.4"
22
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.xcframework.json" "206.1.0"
33
github "mapbox/mapbox-directions-swift" "v2.14.0"
44
github "mapbox/turf-swift" "v2.8.0"
5-
github "mattgallagher/CwlPreconditionTesting" "2.2.1"
5+
github "mattgallagher/CwlPreconditionTesting" "2.2.2"
66
github "pointfreeco/swift-snapshot-testing" "1.9.0"
77
github "raphaelmor/Polyline" "v5.1.0"

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

Lines changed: 10 additions & 10 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.18"
47+
s.dependency "MapboxMaps", "~> 10.19"
4848
s.dependency "Solar-dev", "~> 3.0"
4949
s.dependency "MapboxSpeech", "~> 2.0"
5050

Package.resolved

Lines changed: 6 additions & 6 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
@@ -24,7 +24,7 @@ let package = Package(
2424
dependencies: [
2525
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "2.14.0"),
2626
.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.18.2"),
27+
.package(name: "MapboxMaps", url: "https://github.com/mapbox/mapbox-maps-ios.git", from: "10.19.0"),
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
2-
- MapboxCommon (23.11.0)
3-
- MapboxCoreMaps (10.19.1):
2+
- MapboxCommon (23.11.4)
3+
- MapboxCoreMaps (10.19.2):
44
- MapboxCommon (~> 23.11)
55
- MapboxCoreNavigation (2.19.0):
66
- MapboxDirections (~> 2.14)
77
- MapboxNavigationNative (< 207.0.0, >= 206.0.1)
88
- MapboxDirections (2.14.0):
99
- Polyline (~> 5.0)
1010
- Turf (~> 2.8.0)
11-
- MapboxMaps (10.19.0):
12-
- MapboxCommon (= 23.11.0)
13-
- MapboxCoreMaps (= 10.19.1)
11+
- MapboxMaps (10.19.3):
12+
- MapboxCommon (= 23.11.4)
13+
- MapboxCoreMaps (= 10.19.2)
1414
- MapboxMobileEvents (= 2.0.0)
1515
- Turf (= 2.8.0)
1616
- MapboxMobileEvents (2.0.0)
1717
- MapboxNavigation (2.19.0):
1818
- MapboxCoreNavigation (= 2.19.0)
19-
- MapboxMaps (~> 10.18)
19+
- MapboxMaps (~> 10.19)
2020
- MapboxSpeech (~> 2.0)
2121
- Solar-dev (~> 3.0)
2222
- MapboxNavigationNative (206.1.0):
@@ -50,13 +50,13 @@ EXTERNAL SOURCES:
5050
:path: "../../../"
5151

5252
SPEC CHECKSUMS:
53-
MapboxCommon: 119f3759f7dc9457f0695848108ab323eb643cb4
54-
MapboxCoreMaps: ca17f67baced23f8c952166ac6314c35bad3f66c
53+
MapboxCommon: cc47fafe3fe5408ca49240aa80fa64f27f275711
54+
MapboxCoreMaps: 35685edba03e44468aed57c3dfd7f8795edafda8
5555
MapboxCoreNavigation: 3be9990fae3ed732a101001746d0e3b4234ec023
5656
MapboxDirections: 3d468327d3e2ac52ae1be2176004976580cf6fd9
57-
MapboxMaps: b7f29ec7c33f7dc6d2947c1148edce6db81db9a7
57+
MapboxMaps: 429db75b136978f8b2dc2456da5d8b6b03c22cea
5858
MapboxMobileEvents: d044b9edbe0ec7df60f6c2c9634fe9a7f449266b
59-
MapboxNavigation: da9cf3d773ed5b0fa0fb388fccdaa117ee681f31
59+
MapboxNavigation: 29b678b37726a16bb6640eb1eca344e98d519445
6060
MapboxNavigationNative: ef4ef55f669336b689a8941388a4b65796d1337b
6161
MapboxSpeech: cd25ef99c3a3d2e0da72620ff558276ea5991a77
6262
Polyline: 2a1f29f87f8d9b7de868940f4f76deb8c678a5b1
@@ -65,4 +65,4 @@ SPEC CHECKSUMS:
6565

6666
PODFILE CHECKSUM: bde8103af0e9b326531ee57cf1fa935cbd5f2e18
6767

68-
COCOAPODS: 1.12.0
68+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)