Skip to content

Commit daa2fb5

Browse files
authored
Add Mac Catalyst support (#124)
1 parent a79c21c commit daa2fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let swiftSettings: [SwiftSetting] = [
2424
let package = Package(
2525
name: "swift-openapi-runtime",
2626
platforms: [
27-
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
27+
.macOS(.v10_15), .macCatalyst(.v13), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
2828
],
2929
products: [
3030
.library(

0 commit comments

Comments
 (0)