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.11.0-SNAPSHOT-04-04--04-29.git-7a9700a " 
8+ let  checksum  =  " 7e72657906c319553c91f42253c62a4ada1c9ff6ea47ca4529864d6e1d0ca1b5 " 
9+ let  commonVersion :  Version  =  " 24.11.0-SNAPSHOT-04-04--04-29.git-7a9700a " 
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.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