File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- import PackagePlugin
16
-
17
- #if canImport(FoundationEssentials)
18
- import FoundationEssentials
19
- #else
20
15
import Foundation
21
- #endif
16
+ import PackagePlugin
22
17
23
18
@main
24
19
struct AWSLambdaPackager : CommandPlugin {
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- import PackagePlugin
16
-
17
- #if canImport(FoundationEssentials)
18
- import FoundationEssentials
19
- #else
20
15
import Foundation
21
- #endif
16
+ import PackagePlugin
22
17
23
18
@main
24
19
struct AWSLambdaDeployer : CommandPlugin {
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- import PackagePlugin
16
-
17
- #if canImport(FoundationEssentials)
18
- import FoundationEssentials
19
- #else
20
15
import Foundation
21
- #endif
16
+ import PackagePlugin
22
17
23
18
@main
24
19
struct AWSLambdaPackager : CommandPlugin {
You can’t perform that action at this time.
0 commit comments