Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandbox #3031

Merged
merged 1 commit into from Jul 5, 2016
Merged

Sandbox #3031

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,25 @@
/*:
> # IMPORTANT: To use `ReactiveCocoa.playground`, please:

1. Retrieve the project dependencies using one of the following terminal commands from the ReactiveCocoa project root directory:
- `script/bootstrap`
**OR**, if you have [Carthage](https://github.com/Carthage/Carthage) installed
- `carthage checkout`
1. Open `ReactiveCocoa.xcworkspace`
1. Build `Result-Mac` scheme
1. Build `ReactiveCocoa-Mac` scheme
1. Finally open the `ReactiveCocoa.playground`
1. Choose `View > Show Debug Area`
*/

import Result
import ReactiveCocoa
import Foundation

/*:
## Sandbox

A place where you can build your sand castles 🏖.
*/


1 change: 1 addition & 0 deletions ReactiveCocoa.playground/contents.xcplayground
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='osx' display-mode='rendered'>
<pages>
<page name='Sandbox'/>
<page name='SignalProducer'/>
<page name='Signal'/>
</pages>
Expand Down