You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains XCombine, a Swift module, developed on top of the Combine framework to extend it and provide alternative implementations. The solutions were found while exploring Combine, and I believe could be interesting or useful to others as well.
11
11
@@ -31,7 +31,7 @@ This repo contains XCombine, a Swift module, developed on top of the Combine fra
31
31
1. Go to "File" -> "Swift Packages" -> "Add Package Dependency"
32
32
2. Paste XCombine's repository URL into the search field:
33
33
34
-
`https://github.com/SergeBouts/XCombine.git`
34
+
`https://github.com/SerhiyButz/XCombine.git`
35
35
36
36
3. Click "Next"
37
37
4. Ensure that the "Rules" field is set as this: "Branch: master"
@@ -184,6 +184,6 @@ Also, there's a discussion on developing the `withLatestFrom` operator in this [
0 commit comments