File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ If you wish to build RxSwift as a Static Library using Carthage you may use the
186
186
``` bash
187
187
carthage update RxSwift --platform iOS --no-build
188
188
sed -i -e ' s/MACH_O_TYPE = mh_dylib/MACH_O_TYPE = staticlib/g' Carthage/Checkouts/RxSwift/Rx.xcodeproj/project.pbxproj
189
- carthage build RxAlamofire --platform iOS
189
+ carthage build RxSwift --platform iOS
190
190
```
191
191
192
192
### [ Swift Package Manager] ( https://github.com/apple/swift-package-manager )
241
241
* [ Reactive Programming Overview (Jafar Husain from Netflix)] ( https://www.youtube.com/watch?v=dwP1TNXE6fc )
242
242
* [ Subject/Observer is Dual to Iterator (paper)] ( http://csl.stanford.edu/~christos/pldi2010.fit/meijer.duality.pdf )
243
243
* [ Rx standard sequence operators visualized (visualization tool)] ( http://rxmarbles.com/ )
244
- * [ Haskell] ( https://www.haskell.org/ )
244
+ * [ Haskell] ( https://www.haskell.org/ )
You can’t perform that action at this time.
0 commit comments