Skip to content

Commit 2fa5f17

Browse files
authored
Merge pull request #728 from shingt/fix-playground-setup
Delete an unnecessary setup for playground
2 parents 7c7cd4a + 00ddfb4 commit 2fa5f17

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ We also provide a great Playground, so you can get used to ReactiveCocoa's opera
116116
- `git submodule update --init --recursive` **OR**, if you have [Carthage][] installed
117117
- `carthage checkout`
118118
1. Open `ReactiveSwift.xcworkspace`
119-
1. Build `Result-Mac` scheme
120119
1. Build `ReactiveSwift-macOS` scheme
121120
1. Finally open the `ReactiveSwift.playground`
122121
1. Choose `View > Show Debug Area`

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout`
88
1. Open `ReactiveSwift.xcworkspace`
9-
1. Build `Result-Mac` scheme
109
1. Build `ReactiveSwift-macOS` scheme
1110
1. Finally open the `ReactiveSwift.playground`
1211
1. Choose `View > Show Debug Area`

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout`
88
1. Open `ReactiveSwift.xcworkspace`
9-
1. Build `Result-Mac` scheme
109
1. Build `ReactiveSwift-macOS` scheme
1110
1. Finally open the `ReactiveSwift.playground`
1211
1. Choose `View > Show Debug Area`

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout`
88
1. Open `ReactiveSwift.xcworkspace`
9-
1. Build `Result-Mac` scheme
109
1. Build `ReactiveSwift-macOS` scheme
1110
1. Finally open the `ReactiveSwift.playground`
1211
1. Choose `View > Show Debug Area`

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
77
- `carthage checkout`
88
1. Open `ReactiveSwift.xcworkspace`
9-
1. Build `Result-Mac` scheme
109
1. Build `ReactiveSwift-macOS` scheme
1110
1. Finally open the `ReactiveSwift.playground`
1211
1. Choose `View > Show Debug Area`

0 commit comments

Comments
 (0)