Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 268d7d6

Browse files
committed
Merge pull request #22 from ReactiveCocoa/flatten-dependencies
Flatten dependencies
2 parents 5421dd6 + 10ec408 commit 268d7d6

File tree

6 files changed

+49
-364
lines changed

6 files changed

+49
-364
lines changed

External/ReactiveCocoa

Submodule ReactiveCocoa updated 42 files

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ MVVM, like
100100
[commands](https://github.com/ReactiveCocoa/ReactiveCocoa/blob/master/Documentation/FrameworkOverview.md#commands),
101101
and built-in bindings for AppKit and UIKit.
102102

103+
## Getting Started
104+
105+
To build ReactiveViewModel in isolation, open `ReactiveViewModel.xcworkspace`. To integrate it into your project, include `ReactiveViewModel.xcodeproj` and `ReactiveCocoa.xcodeproj` and link your target against the ReactiveViewModel and ReactiveCocoa targets for your platform.
106+
103107
## More Resources
104108

105109
Model-View-ViewModel was originally developed by

0 commit comments

Comments
 (0)