Skip to content

Commit d38a1f6

Browse files
committed
reduce platforms dependencies
1 parent 8df4cc5 commit d38a1f6

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Package.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "swift-openapi-lambda",
8-
platforms: [
9-
.macOS(.v12), .iOS(.v15), .tvOS(.v15), .watchOS(.v8),
10-
],
8+
platforms: [.macOS(.v12)],
119
products: [.library(name: "OpenAPILambda", targets: ["OpenAPILambda"])],
1210
dependencies: [
1311
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),

[email protected]

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "swift-openapi-lambda",
8-
platforms: [
9-
.macOS(.v12), .iOS(.v15), .tvOS(.v15), .watchOS(.v8),
10-
],
8+
platforms: [.macOS(.v12)],
119
products: [.library(name: "OpenAPILambda", targets: ["OpenAPILambda"])],
1210
dependencies: [
1311
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),

[email protected]

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "swift-openapi-lambda",
8-
platforms: [
9-
.macOS(.v12), .iOS(.v15), .tvOS(.v15), .watchOS(.v8),
10-
],
8+
platforms: [.macOS(.v12)],
119
products: [.library(name: "OpenAPILambda", targets: ["OpenAPILambda"])],
1210
dependencies: [
1311
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),

0 commit comments

Comments
 (0)