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 fb6fffb commit c0407a0Copy full SHA for c0407a0
Package.swift
@@ -16,7 +16,7 @@ var targetDependencies: [Target.Dependency] = [
16
.product(name: "Logging", package: "swift-log"),
17
.product(
18
name: "EventSource", package: "eventsource",
19
- condition: .when(platforms: [.macOS, .iOS, .tvOS, .visionOS, .watchOS])),
+ condition: .when(platforms: [.macOS, .iOS, .tvOS, .visionOS, .watchOS, .macCatalyst])),
20
]
21
22
let package = Package(
0 commit comments