ReactiveCocoa / ReactiveViewModel

Model-View-ViewModel, using ReactiveCocoa
MIT License
1.96k stars 259 forks source link

Flatten dependencies #22

Closed robrix closed 10 years ago

robrix commented 10 years ago

This PR pulls dependencies in from a .xcworkspace file, allowing something with multiple direct and/or indirect dependencies on ReactiveViewModel and its dependencies to include them all without being required to include multiple copies in Xcode. This can greatly improve the responsiveness of Xcode when first opening a project, as well as making it much easier to determine which copy of a dependency is actually going to be included in the final result.

robrix commented 10 years ago

Ready for review.

:ice_cream:

alanjrogers commented 10 years ago

n2ry5xa