Skip to content

Commit

Permalink
[README] Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Aug 5, 2015
1 parent 197d3aa commit d34679a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -288,10 +288,13 @@ To add RAC to your application:
[submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) of your
application’s repository.
1. Run `script/bootstrap` from within the ReactiveCocoa folder.
1. Drag and drop `ReactiveCocoa.xcodeproj` into your application’s Xcode
project or workspace.
1. Drag and drop `ReactiveCocoa.xcodeproj`, `Box.xcodeproj` and `Result.xcodeproj`
into your application’s Xcode project or workspace.
1. On the “General” tab of your application target’s settings, add
`ReactiveCocoa.framework` to the “Embedded Binaries” section.
`ReactiveCocoa.framework`, `Box.framework` and `Result.framework` to the
“Embedded Binaries” section.
1. If your application target does not contain Swift code at all, you should also
set the `EMBEDDED_CONTENT_CONTAINS_SWIFT` build setting to “Yes”.

Or, if you’re using [Carthage](https://github.com/Carthage/Carthage), simply add
ReactiveCocoa to your `Cartfile`:
Expand Down

0 comments on commit d34679a

Please sign in to comment.