We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79c21c commit 90ba32dCopy full SHA for 90ba32d
Package.swift
@@ -24,7 +24,7 @@ let swiftSettings: [SwiftSetting] = [
24
let package = Package(
25
name: "swift-openapi-runtime",
26
platforms: [
27
- .macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
+ .macOS(.v10_15), .macCatalyst(.v13), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
28
],
29
products: [
30
.library(
0 commit comments