File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
import PackageDescription
5
5
import Foundation
6
6
7
- let version = " 11.10.3 "
8
- let checksum = " 49b51ab943de1fb8a424d754474f89823eefe2dd0d16ed12217918805e73d4fe "
7
+ let version = " 11.11.0-SNAPSHOT-03-26--04-29.git-6f54f1b "
8
+ let checksum = " fd14533ea2acf8104c0401aa8625ccad4b352751af0a2a0e116a16dfdd6430ad "
9
+ let commonVersion : Version = " 24.11.0-SNAPSHOT-03-26--04-29.git-6f54f1b "
10
+ let releaseType = " snapshots "
9
11
10
12
let package = Package (
11
13
name: " MapboxCoreMaps " ,
@@ -16,7 +18,7 @@ let package = Package(
16
18
targets: [ " MapboxCoreMapsWrapper " ] ) ,
17
19
] ,
18
20
dependencies: [
19
- . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from : " 24.10.1 " ) ,
21
+ . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , exact : commonVersion ) ,
20
22
] ,
21
23
targets: [
22
24
. target(
@@ -25,7 +27,7 @@ let package = Package(
25
27
) ,
26
28
. binaryTarget(
27
29
name: " MapboxCoreMaps " ,
28
- url: " https://api.mapbox.com/downloads/v2/mobile-maps-core/releases /ios/packages/ \( version) /MapboxCoreMaps.xcframework-dynamic.zip " ,
30
+ url: " https://api.mapbox.com/downloads/v2/mobile-maps-core/ \( releaseType ) /ios/packages/ \( version) /MapboxCoreMaps.xcframework-dynamic.zip " ,
29
31
checksum: checksum
30
32
)
31
33
]
You can’t perform that action at this time.
0 commit comments