File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ components that this product depends on.
2727-------------------------------------------------------------------------------
2828
2929
30- This product contains a derivation various scripts from SwiftNIO.
30+ This product contains a derivation various code and  scripts from SwiftNIO.
3131
3232  * LICENSE (Apache License 2.0):
3333    * https://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change 22
33import  PackageDescription
44
5- #if os(macOS) 
6- let  platforms :  [ PackageDescription . SupportedPlatform ] ?   =  [ . macOS( . v15) ] 
7- #else 
8- let  platforms :  [ PackageDescription . SupportedPlatform ] ?   =  nil 
9- #endif 
10- 
115let  package   =  Package ( 
126    name:  " swift-aws-lambda-runtime " , 
13-     platforms:  platforms , 
7+     platforms:  [ . macOS ( . v15 ) ] , 
148    products:  [ 
159        // this library exports `AWSLambdaRuntimeCore` and adds Foundation convenience methods
1610        . library( name:  " AWSLambdaRuntime " ,  targets:  [ " AWSLambdaRuntime " ] ) , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments