drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

iOS Frameworkifying ensembles #132

Closed jverkoey closed 10 years ago

jverkoey commented 10 years ago

'allo! Just starting to play with Ensembles, so I'll hopefully turn this into a pull request once I get an understanding of how everything's laid out.

From what I can tell it looks like Ensembles is going for a framework approach but is sadly missing some key elements that would make it easier to integrate (notably not having to modify header search paths). If you're keen to tackle this before I get to it I've written up a guide on the topic, otherwise I'll try to get a PR sent back to ya.

Lookin' forward to playing with this! Cheers,

jverkoey commented 10 years ago

FYI: https://github.com/jverkoey/ensembles/compare/drewmccormack:master...framework

Not issuing a pull request on this yet because it's based off your 1.0.0b1 tag which I'll be working off. I'd be happy to rebase this off master if this is generally an approach that you'd like to take.

drewmccormack commented 10 years ago

Thanks. We do have a framework for Mac.

I have thought about adding a static framework for iOS. I did this once before for Core Plot.

If you come up with something, be interested to include it.

drewmccormack commented 10 years ago

Change in static-framework branch.