Skip to content

Commit 3eecd8c

Browse files
authored
Merge pull request #655 from chuganzy/remove-no-use-binaries
[Documentation Improvement] No longer pass --no-use-binaries option
2 parents 120149c + d355f8d commit 3eecd8c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
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

1820
1. Support Swift 4.2 (Xcode 10) (#644, kudos to @ikesyo)

ReactiveSwift-UIExamples.playground/Pages/ValidatingProperty.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

ReactiveSwift.playground/Pages/Sandbox.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)