File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
ReactiveSwift-UIExamples.playground/Pages/ValidatingProperty.xcplaygroundpage
ReactiveSwift.playground/Pages/Sandbox.xcplaygroundpage Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 nilTarget <~ notifications.map { $0 .count }
1414 ```
1515
16+ 1 . Fix some documentation errors about Carthage usage (#655 )
17+
1618# 4.0.0-rc.2
1719
18201 . Support Swift 4.2 (Xcode 10) (#644 , kudos to @ikesyo )
Original file line number Diff line number Diff line change 44 1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveSwift project root directory:
55 - `git submodule update --init`
66 **OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
7- - `carthage checkout --no-use-binaries `
7+ - `carthage checkout`
88 1. Open `ReactiveSwift.xcworkspace`
99 1. Build `Result-iOS` scheme
1010 1. Build `ReactiveSwift-iOS` scheme
Original file line number Diff line number Diff line change 44 1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveSwift project root directory:
55 - `git submodule update --init`
66 **OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
7- - `carthage checkout --no-use-binaries `
7+ - `carthage checkout`
88 1. Open `ReactiveSwift.xcworkspace`
99 1. Build `Result-Mac` scheme
1010 1. Build `ReactiveSwift-macOS` scheme
You can’t perform that action at this time.
0 commit comments