File tree 2 files changed +2
-8
lines changed
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.
27
27
-------------------------------------------------------------------------------
28
28
29
29
30
- This product contains a derivation various scripts from SwiftNIO.
30
+ This product contains a derivation various code and scripts from SwiftNIO.
31
31
32
32
* LICENSE (Apache License 2.0):
33
33
* https://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change 2
2
3
3
import PackageDescription
4
4
5
- #if os(macOS)
6
- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
7
- #else
8
- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
9
- #endif
10
-
11
5
let package = Package (
12
6
name: " swift-aws-lambda-runtime " ,
13
- platforms: platforms ,
7
+ platforms: [ . macOS ( . v15 ) ] ,
14
8
products: [
15
9
// this library exports `AWSLambdaRuntimeCore` and adds Foundation convenience methods
16
10
. library( name: " AWSLambdaRuntime " , targets: [ " AWSLambdaRuntime " ] ) ,
You can’t perform that action at this time.
0 commit comments