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