File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,9 @@ import PackageDescription
66import class Foundation. ProcessInfo
77import struct Foundation. URL
88
9- #if os(macOS)
10- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
11- #else
12- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
13- #endif
14-
159let package = Package (
1610 name: " swift-aws-lambda-runtime-example " ,
17- platforms: platforms ,
11+ platforms: [ . macOS ( . v15 ) ] ,
1812 products: [
1913 . executable( name: " APIGatewayLambda " , targets: [ " APIGatewayLambda " ] )
2014 ] ,
Original file line number Diff line number Diff line change @@ -6,15 +6,9 @@ import PackageDescription
66import class Foundation. ProcessInfo
77import struct Foundation. URL
88
9- #if os(macOS)
10- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
11- #else
12- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
13- #endif
14-
159let package = Package (
1610 name: " AWSSDKExample " ,
17- platforms: platforms ,
11+ platforms: [ . macOS ( . v15 ) ] ,
1812 products: [
1913 . executable( name: " AWSSDKExample " , targets: [ " AWSSDKExample " ] )
2014 ] ,
Original file line number Diff line number Diff line change @@ -6,15 +6,9 @@ import PackageDescription
66import class Foundation. ProcessInfo
77import struct Foundation. URL
88
9- #if os(macOS)
10- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
11- #else
12- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
13- #endif
14-
159let package = Package (
1610 name: " swift-aws-lambda-runtime-example " ,
17- platforms: platforms ,
11+ platforms: [ . macOS ( . v15 ) ] ,
1812 products: [
1913 . executable( name: " MyLambda " , targets: [ " MyLambda " ] )
2014 ] ,
Original file line number Diff line number Diff line change @@ -6,15 +6,9 @@ import PackageDescription
66import class Foundation. ProcessInfo
77import struct Foundation. URL
88
9- #if os(macOS)
10- let platforms : [ PackageDescription . SupportedPlatform ] ? = [ . macOS( . v15) ]
11- #else
12- let platforms : [ PackageDescription . SupportedPlatform ] ? = nil
13- #endif
14-
159let package = Package (
1610 name: " SotoLambdaExample " ,
17- platforms: platforms ,
11+ platforms: [ . macOS ( . v15 ) ] ,
1812 products: [
1913 . executable( name: " SotoLambdaExample " , targets: [ " SotoExample " ] )
2014 ] ,
You can’t perform that action at this time.
0 commit comments