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.10.3 "
8- let checksum = " 49b51ab943de1fb8a424d754474f89823eefe2dd0d16ed12217918805e73d4fe "
7+ let version = " 11.12.0-alpha.2 "
8+ let checksum = " 31d70379003fc625d71de25063fa806f72cd92daab2a737f3af9dcd25b2eb498 "
9+ let commonVersion : Version = " 24.12.0-alpha.2 "
10+ let releaseType = " releases "
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.10.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