File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 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.9.4 "
8
- let checksum = " 4eeb07fea4a6bacc2772346741a69032079f88bf12c320cab3956f2b462d76dd "
7
+ let version = " 11.15.0-SNAPSHOT-07-28--04-35.git-01fc909 "
8
+ let checksum = " 8c7580ff678e8f5f6b57fb17d7328be958dc0a6f55d3956a419241556f982a7d "
9
+ let commonVersion : Version = " 24.15.0-SNAPSHOT-07-28--04-35.git-01fc909 "
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.9.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