Skip to content

Commit b66eb1a

Browse files
Release v3.8.0 (#11)
Co-authored-by: mapbox-ci <[email protected]>
1 parent 03337d8 commit b66eb1a

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

Package.swift

+19-14
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
import PackageDescription
55

6-
let commonVersion: Version = "24.10.1"
7-
let navNativeVersion: Version = "323.0.2"
6+
let commonVersion: Version = "24.11.0"
7+
let navNativeVersion: Version = "324.0.0"
88

9-
let version = "3.7.1"
9+
let version = "3.8.0"
1010

11-
let binaries = ["MapboxCoreMaps": "531907f630e72c0f2be6e03ea40bf5ce5f65368832c59669865637b20e7009e0",
12-
"MapboxDirections": "88fa1f463f76eb9e23ec42047ce180e1860a18c46c71e6d06c7ad7ee235e1c94",
13-
"MapboxMaps": "8628bd7bdc788bd43c4352c40c02cf13e1452cd5b6e9351dbbfdc1990798a9a6",
14-
"MapboxNavigationCore": "8ad31577bf8a4c9adaff1d912e75a58cc55749016fb6a06f216cc8fd27fb8e71",
15-
"MapboxNavigationUIKit": "ee3ec2f87189120463bdf63dde6d73596be83a3791313c26b4c17ec8376a4f23",
16-
"_MapboxNavigationHelpers": "44084743dc1e612231648ee67ffd140b3b10156b207605928847ce0ea3b0f435",
11+
let binaries = ["MapboxCoreMaps": "cc197c4d011c16e1fed54a52b4b0ef6278e57bcf3d5ad03d77a4a586ffa26fe3",
12+
"MapboxDirections": "335533e4651d6e4aa691c4ef5638c873b3d3d5a1672a33f0f6b05108ed173b7a",
13+
"MapboxMaps": "ee2c5ed6a630c8503b848a8b7f39099fe1f5c3de8c466dca31c09331a4f4bf69",
14+
"MapboxNavigationCore": "977b36596a8fc434cc37d1a8b0d3308b1eed3df3f445363505f91865ffdf7597",
15+
"MapboxNavigationUIKit": "7ea792cb8f6054e56600f9fa15db27c90a848a8563b9241c975556dd1d700953",
16+
"_MapboxNavigationHelpers": "f2369c04f6c11a776b32e1d1c1bff17f381432b8d5bddfc68168e7f4804b10f2",
1717
]
1818

19-
let libraries = ["MapboxNavigationCustomRoute": "ea95b13a54623b2bfb210a4d144f9b8cdb5317f71f685d1fa6adce06de50fa78",
19+
let libraries = ["MapboxNavigationCustomRoute": "3634a360a91d15a61384a6f91e6f411c6197b6432890c5a28719d10944561ed7",
2020
]
2121

2222
enum FrameworkType {
@@ -51,15 +51,20 @@ let package = Package(
5151
targets: binaryTargets() + libraryTargets() + [
5252
.target(
5353
name: "MapboxNavigationCoreWrapper",
54-
dependencies: binaries.keys.map { .byName(name: $0) } + [
55-
.product(name: "MapboxCommon", package: "mapbox-common-ios"),
56-
.product(name: "MapboxNavigationNative", package: "mapbox-navigation-native-ios"),
57-
],
54+
dependencies:
55+
binaries.keys
56+
.filter { $0 != "MapboxNavigationUIKit" }
57+
.map { .byName(name: $0) }
58+
+ [
59+
.product(name: "MapboxCommon", package: "mapbox-common-ios"),
60+
.product(name: "MapboxNavigationNative", package: "mapbox-navigation-native-ios"),
61+
],
5862
path: "Sources/.empty/MapboxNavigationCoreWrapper"
5963
),
6064
.target(
6165
name: "MapboxNavigationUIKitWrapper",
6266
dependencies: [
67+
"MapboxNavigationUIKit",
6368
"MapboxNavigationCoreWrapper",
6469
],
6570
path: "Sources/.empty/MapboxNavigationUIKitWrapper"

0 commit comments

Comments
 (0)