Skip to content

Commit a533a49

Browse files
committed
bump up iOS version to allow to compile with Xcode
1 parent 1e12fe2 commit a533a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "swift-openapi-lambda",
88
platforms: [
9-
.macOS(.v12), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
9+
.macOS(.v12), .iOS(.v15), .tvOS(.v15), .watchOS(.v8),
1010
],
1111
products: [.library(name: "OpenAPILambda", targets: ["OpenAPILambda"])],
1212
dependencies: [

0 commit comments

Comments
 (0)