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 44import PackageDescription
55import Foundation
66
7- let version = " 11.9.4 "
8- let checksum = " 4eeb07fea4a6bacc2772346741a69032079f88bf12c320cab3956f2b462d76dd "
7+ let version = " 11.16.0-SNAPSHOT-08-23--04-29.git-3d92c5c "
8+ let checksum = " 04f0e33c5a42d981f65982ef68ac4d1cedcd533d4943076dc009f2f3cdb17e81 "
9+ let commonVersion : Version = " 24.16.0-SNAPSHOT-08-23--04-29.git-3d92c5c "
10+ let releaseType = " snapshots "
911
1012let package = Package (
1113 name: " MapboxCoreMaps " ,
@@ -16,7 +18,7 @@ let package = Package(
1618 targets: [ " MapboxCoreMapsWrapper " ] ) ,
1719 ] ,
1820 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 ) ,
2022 ] ,
2123 targets: [
2224 . target(
@@ -25,7 +27,7 @@ let package = Package(
2527 ) ,
2628 . binaryTarget(
2729 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 " ,
2931 checksum: checksum
3032 )
3133 ]
You can’t perform that action at this time.
0 commit comments