33
44import PackageDescription
55
6- let commonVersion : Version = " 24.14.7 "
7- let navNativeVersion : Version = " 324.14.7 "
6+ let commonVersion : Version = " 24.15.2 "
7+ let navNativeVersion : Version = " 324.15.2 "
88
9- let version = " 3.11.4 "
9+ let version = " 3.12.1 "
1010
11- let binaries = [ " MapboxCoreMaps " : " 5714da27249c677af4c8c21f57db0254c20b7ac107ab53d15580e38dadb2daee " ,
12- " MapboxDirections " : " e545b7e59f6ad0573187d561751508eb7370734ce22334ae70eeabcb06c5aef2 " ,
13- " MapboxMaps " : " 60362000ab746d39c038f4e8199c2056a669d7717d247a49f1fb04ced406fbc4 " ,
14- " MapboxNavigationCore " : " 204ae4cc4d6a2770a6a13b6b52f4108a23caff14520e62df5f9cc027442a8a26 " ,
15- " MapboxNavigationUIKit " : " 76fcf15180900c4a27144c8d72e19d4fc14ac52dfbd0204efc343853fcbb60e5 " ,
16- " _MapboxNavigationHelpers " : " 10014d88a46c5710fd08a02a7c5ef0258d99b07c72c7d31c053400f7d2d59dfb " ,
17- " _MapboxNavigationLocalization " : " d8a264a5535435d45dd7d6e0d4bee2a139f741e6d527600950c85ead9707eb9c " ,
11+ let binaries = [ " MapboxCoreMaps " : " 3a7d65d88d821a268569e92186e8d256178215277c0b28616646ea934c75e55a " ,
12+ " MapboxDirections " : " 4a85ad8065fa6b24dc5da13239f7a0899ee222d035aa06ee12a0f933da73a3ae " ,
13+ " MapboxMaps " : " 5c4797c4deed77cd5c2a6fce8f07776af62319986c27c7e302a41da08c35feaf " ,
14+ " MapboxNavigationCore " : " d612777db003bf67ed7cfa03ff59a2c52c4df0dbb35466cac771708a6291c9e2 " ,
15+ " MapboxNavigationUIKit " : " 7633e759edfc63f9971eeed773c80da4c6a05a68a090484fd32e6a25461411c2 " ,
16+ " _MapboxNavigationHelpers " : " 32f17aba9bd45c413b0dfc1e3011854e41ce4c6e35fd6a8c22d1edd9387c7fdc " ,
17+ " _MapboxNavigationLocalization " : " cc29228a8181ca8ba1451edffb0ef4fc653b0121194ee8f45dc2ae550ad13cde " ,
1818 ]
1919
20- let libraries = [ " MapboxNavigationCustomRoute " : " 91ce8ea001ef68c5fa37a88347667258af3f4186dc3e5dfe74338dec367e8afe " ,
20+ let libraries = [ " MapboxNavigationCustomRoute " : " c4f52bdd314603129cf25eb3d28c811cdbb2887a3932ec5566ba3359a06c1cbe " ,
2121 ]
2222
2323enum FrameworkType {
@@ -40,6 +40,10 @@ let package = Package(
4040 name: " MapboxNavigationUIKit " ,
4141 targets: [ " MapboxNavigationUIKitWrapper " ]
4242 ) ,
43+ . library(
44+ name: " MapboxDirections " ,
45+ targets: [ " MapboxDirectionsWrapper " ]
46+ ) ,
4347 . library(
4448 name: " MapboxNavigationCustomRoute " ,
4549 targets: [ " MapboxNavigationCustomRouteWrapper " ]
@@ -70,6 +74,14 @@ let package = Package(
7074 ] ,
7175 path: " Sources/.empty/MapboxNavigationUIKitWrapper "
7276 ) ,
77+ . target(
78+ name: " MapboxDirectionsWrapper " ,
79+ dependencies: [
80+ " MapboxDirections " ,
81+ . product( name: " MapboxCommon " , package : " mapbox-common-ios " ) ,
82+ ] ,
83+ path: " Sources/.empty/MapboxDirectionsWrapper "
84+ ) ,
7385 . target(
7486 name: " MapboxNavigationCustomRouteWrapper " ,
7587 dependencies: libraries. keys. map { . byName( name: $0) } + [
0 commit comments