Skip to content

Commit 8e61136

Browse files
committed
Remove --no-use-binaries option
1 parent 120149c commit 8e61136

File tree

2 files changed

+2
-2
lines changed
  • ReactiveSwift-UIExamples.playground/Pages/ValidatingProperty.xcplaygroundpage
  • ReactiveSwift.playground/Pages/Sandbox.xcplaygroundpage

2 files changed

+2
-2
lines changed

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)