Skip to content

Commit c0407a0

Browse files
authored
Add Mac Catalyst to target dependencies for EventSource. (#163)
1 parent fb6fffb commit c0407a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var targetDependencies: [Target.Dependency] = [
1616
.product(name: "Logging", package: "swift-log"),
1717
.product(
1818
name: "EventSource", package: "eventsource",
19-
condition: .when(platforms: [.macOS, .iOS, .tvOS, .visionOS, .watchOS])),
19+
condition: .when(platforms: [.macOS, .iOS, .tvOS, .visionOS, .watchOS, .macCatalyst])),
2020
]
2121

2222
let package = Package(

0 commit comments

Comments
 (0)