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.11.0-beta.1 "
8- let checksum = " 8f4cd9b072a9a898894a5902c927ef1c21fced9717196a9eac4eba105aff6422 "
7+ let version = " 11.11.0-rc.2 "
8+ let checksum = " 227c81ffea4e605f921f36bb2ddfc2a9ab0a6cd4dd532544df19db96964733dd "
9+ let commonVersion : Version = " 24.11.0-rc.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.11.0-beta.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