File tree Expand file tree Collapse file tree 7 files changed +7
-49
lines changed Expand file tree Collapse file tree 7 files changed +7
-49
lines changed 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: " APIGatewayLambda " , targets: [ " APIGatewayLambda " ] )
1913 ] ,
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: " BackgroundTasks " , targets: [ " BackgroundTasks " ] )
1913 ] ,
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: " APIGatewayLambda " , targets: [ " APIGatewayLambda " ] )
1913 ] ,
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: " MyLambda " , targets: [ " MyLambda " ] )
1913 ] ,
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: " AWSSDKExample " ,
16- platforms: platforms ,
10+ platforms: [ . macOS ( . v15 ) ] ,
1711 products: [
1812 . executable( name: " AWSSDKExample " , targets: [ " AWSSDKExample " ] )
1913 ] ,
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: " SotoExample " ,
16- platforms: platforms ,
10+ platforms: [ . macOS ( . v15 ) ] ,
1711 products: [
1812 . executable( name: " SotoExample " , targets: [ " SotoExample " ] )
1913 ] ,
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: " StreamingNumbers " , targets: [ " StreamingNumbers " ] )
1913 ] ,
You can’t perform that action at this time.
0 commit comments