Skip to content

Commit d3f5771

Browse files
committed
Fork OpenCombine to add visionOS support
1 parent ca6dcf9 commit d3f5771

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
@@ -42,7 +42,7 @@ let package = Package(
4242
.package(url: "https://github.com/swhitty/FlyingFox.git", .upToNextMajor(from: "0.14.0")),
4343
.package(url: "https://github.com/Flight-School/AnyCodable", from: "0.6.0"),
4444
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
45-
.package(url: "https://github.com/OpenCombine/OpenCombine.git", from: "0.14.0"), // So we can use Combine on Linux.
45+
.package(url: "https://github.com/alloverse/OpenCombine.git", branch: "fix/vision-support"), // So we can use Combine on Linux.
4646
.package(url: "https://github.com/keyvariable/kvSIMD.swift.git", from: "1.1.0"), // So we can use simd on Linux
4747
.package(path: "Packages/AlloDataChannel"),
4848
.package(url: "https://github.com/DimaRU/PackageBuildInfo", branch: "master"),

0 commit comments

Comments
 (0)