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.2 "
8- let checksum = " b81049a408f34e4bf103810af2818467ba2d6e6bbe9beb6b74bec3b3c10589cd "
7+ let version = " 11.11.0-SNAPSHOT-02-25--04-28.git-11a04f6 "
8+ let checksum = " ... "
9+ let commonVersion = Version ( " 24.11.0-SNAPSHOT-02-25--04-28.git-11a04f6 " )
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.10.0 " ) ,
21+ . package ( url: " https://github.com/mapbox/mapbox-common-ios.git " , from: 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