Skip to content

Commit

Permalink
MapboxNavigationNative v30.0.0, MapboxCommon v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Feb 2, 2021
1 parent 68c9ca6 commit 717bdf4
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes to the Mapbox Navigation SDK for iOS

## v1.2.1

* Increased the minimum versions of `MapboxNavigationNative` to v30.0 and `MapboxCommon` to v9.2.0. ([#2793](https://github.com/mapbox/mapbox-navigation-ios/pull/2793))
* Fixed an issue that caused the App Store to reject some application submissions with error ITMS-90338. ([#2793](https://github.com/mapbox/mapbox-navigation-ios/pull/2793))

## v1.2.0

### Packaging
Expand Down
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
binary "https://www.mapbox.com/ios-sdk/MapboxAccounts.json" ~> 2.3.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" ~> 29.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" ~> 30.0
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps/mapbox-ios-sdk-dynamic.json" ~> 6.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 9.1.0
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" == 9.2.0
github "mapbox/mapbox-directions-swift" ~> 1.2.0
github "mapbox/turf-swift" ~> 1.0
github "mapbox/mapbox-events-ios" ~> 0.10.2
Expand Down
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" "9.1.0"
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon-ios.json" "9.2.0"
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps/mapbox-ios-sdk-dynamic.json" "6.3.0"
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" "29.0.0"
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-navigation-native/MapboxNavigationNative.json" "30.0.0"
binary "https://www.mapbox.com/ios-sdk/MapboxAccounts.json" "2.3.1"
github "CedarBDD/Cedar" "v1.0"
github "Quick/Nimble" "v8.1.2"
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.module_name = "MapboxCoreNavigation"

s.dependency "MapboxNavigationNative", "~> 29.0"
s.dependency "MapboxNavigationNative", "~> 30.0"
s.dependency "MapboxAccounts", "~> 2.3.0"
s.dependency "MapboxDirections", "~> 1.2.0"
s.dependency "MapboxMobileEvents", "~> 0.10.2" # Always specify a patch release if pre-v1.0
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Pod::Spec.new do |s|
s.dependency "MapboxGeocoder.swift", "~> 0.10.0"
s.dependency "Mapbox-iOS-SDK", "~> 6.0"
s.dependency "MapboxMobileEvents", "~> 0.10.2"
s.dependency "MapboxNavigationNative", "~> 29.0"
s.dependency "MapboxNavigationNative", "~> 30.0"
s.dependency "Solar", "~> 2.1"
s.dependency "Turf", "~> 1.0"
s.dependency "MapboxSpeech", "~> 1.0"
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/mapbox/mapbox-common-ios.git",
"state": {
"branch": null,
"revision": "2da8e739a6b485c039d8360c2b4799d51cdd5c22",
"version": "9.1.1"
"revision": "3f2a8cacc8d7f639d198253b7d53a45c08a71aca",
"version": "9.2.0"
}
},
{
Expand All @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/mapbox/mapbox-navigation-native-ios.git",
"state": {
"branch": null,
"revision": "253de20dbc109d106fe6840bfdfbdfa050135b82",
"version": "29.0.0"
"revision": "0e6e7fb00ef0f1bce48a9da2dbb6551ccb5b51e7",
"version": "30.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "MapboxAccounts", url: "https://github.com/mapbox/mapbox-accounts-ios.git", from: "2.3.1"),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "9.1.0"),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "9.2.0"),
.package(name: "MapboxDirections", url: "https://github.com/mapbox/mapbox-directions-swift.git", from: "1.2.0"),
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", from: "0.10.6"),
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "29.0.0"),
.package(name: "MapboxNavigationNative", url: "https://github.com/mapbox/mapbox-navigation-native-ios.git", from: "30.0.0"),
.package(name: "Quick", url: "https://github.com/Quick/Quick.git", from: "2.0.0"),
.package(name: "Nimble", url: "https://github.com/Quick/Nimble.git", from: "8.0.0"),
],
Expand Down
16 changes: 8 additions & 8 deletions Tests/CocoaPodsTest/PodInstall/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PODS:
- Mapbox-iOS-SDK (6.3.0):
- MapboxMobileEvents (~> 0.10.4)
- MapboxAccounts (2.3.1)
- MapboxCommon (9.1.0)
- MapboxCommon (9.2.0)
- MapboxCoreNavigation (1.2.0):
- MapboxAccounts (~> 2.3.0)
- MapboxDirections (~> 1.2.0)
- MapboxMobileEvents (~> 0.10.2)
- MapboxNavigationNative (~> 29.0)
- MapboxNavigationNative (~> 30.0)
- Turf (~> 1.0)
- MapboxDirections (1.2.0):
- Polyline (~> 5.0)
Expand All @@ -19,8 +19,8 @@ PODS:
- MapboxMobileEvents (~> 0.10.2)
- MapboxSpeech (~> 1.0)
- Solar (~> 2.1)
- MapboxNavigationNative (29.0.0):
- MapboxCommon (= 9.1.0)
- MapboxNavigationNative (30.0.0):
- MapboxCommon (= 9.2.0)
- MapboxSpeech (1.0.0)
- Polyline (5.0.2)
- Solar (2.1.0)
Expand Down Expand Up @@ -52,12 +52,12 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Mapbox-iOS-SDK: 2563ed87ead6ec08f1c2090873977b8a7be335a8
MapboxAccounts: e40ef575df5d8b7ef33d0504ff2d393f4fde0455
MapboxCommon: 2de699add978635b5373f6e1ace3d10df12b8459
MapboxCoreNavigation: 871ec6ceda34efb2aa2ddb319b489f7d83dc16da
MapboxCommon: 2c4ef00c10cba35302835423f4d63c6f3dea4bc4
MapboxCoreNavigation: a45811f7298b8b57110f586a0425ad0209e5dc20
MapboxDirections: 383df0cd65784897c2269750a42d9654c832f0ce
MapboxMobileEvents: d0a581dedd8f47411cc65ea520b965e83914316e
MapboxNavigation: 69e43edf039d1b1f77daeb45394fd99b93ea47b5
MapboxNavigationNative: 6a875fda10f89fdd48046abe5712494dba08855f
MapboxNavigation: 9174ed4ce355c6d455e6c10db2ad6d02ffb875bc
MapboxNavigationNative: ac20c0b74f14e88972c1e3da5445bf8ef97bc365
MapboxSpeech: 4b3aea42e35d056fae1d7ad847a9fc0f412d911e
Polyline: fce41d72e1146c41c6d081f7656827226f643dff
Solar: 2dc6e7cc39186cb0c8228fa08df76fb50c7d8f24
Expand Down

0 comments on commit 717bdf4

Please sign in to comment.