Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let package = Package(
// The platforms below are not currently supported for running
// the generator itself. We include them here to allow the generator
// to emit a more descriptive compiler error.
.iOS("99"), .tvOS("99"), .watchOS("99"),
.iOS(.v13), .tvOS(.v13), .watchOS(.v6),
],
products: [
.executable(name: "swift-openapi-generator", targets: ["swift-openapi-generator"]),
Expand Down