Wolox / ReactiveArray

An array class implemented in Swift that can be observed using ReactiveCocoa's Signals
MIT License
53 stars 12 forks source link

Refactor project structure to use workspace #5

Closed guidomb closed 9 years ago

guidomb commented 9 years ago

We should use workspace in the same way described in this answer http://www.quora.com/How-should-an-OSS-library-be-structured-for-distribution-with-both-Carthage-and-CocoaPods

Also remember to add depencies like is described in the answer of this post http://stackoverflow.com/questions/10264440/target-dependency-between-two-projects-in-the-same-workspace

guidomb commented 9 years ago

We are not going to do this. The current structure has proven to work fine.