File tree 2 files changed +1
-13
lines changed
APIGateway+LambdaAuthorizer
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ import PackageDescription
5
5
// needed for CI to test the local version of the library
6
6
import struct Foundation. URL
7
7
8
- #if os(macOS)
9
- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
10
- #else
11
- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
12
- #endif
13
-
14
8
let package = Package (
15
9
name: " swift-aws-lambda-runtime-example " ,
16
10
platforms: [ . macOS( . v15) ] ,
Original file line number Diff line number Diff line change @@ -5,15 +5,9 @@ import PackageDescription
5
5
// needed for CI to test the local version of the library
6
6
import struct Foundation. URL
7
7
8
- #if os(macOS)
9
- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
10
- #else
11
- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
12
- #endif
13
-
14
8
let package = Package (
15
9
name: " swift-aws-lambda-runtime-example " ,
16
- platforms: platforms ,
10
+ platforms: [ . macOS ( . v15 ) ] ,
17
11
products: [
18
12
. executable( name: " HelloJSON " , targets: [ " HelloJSON " ] )
19
13
] ,
You can’t perform that action at this time.
0 commit comments