Skip to content

Commit

Permalink
Add Mac Catalyst support (apple#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 authored Oct 19, 2024
1 parent a79c21c commit daa2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let swiftSettings: [SwiftSetting] = [
let package = Package(
name: "swift-openapi-runtime",
platforms: [
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
.macOS(.v10_15), .macCatalyst(.v13), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
],
products: [
.library(
Expand Down

0 comments on commit daa2fb5

Please sign in to comment.