drewmccormack / ensembles

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

tvOS? watchOS? Anyone tried? #241

Closed debriennefrancoisjean closed 7 years ago

debriennefrancoisjean commented 7 years ago

I'd like to know if anyone has used Ensembles with watchOS or tvOS. I know the standard library doesn't provide these targets out of the box but maybe someone has tested this?

drewmccormack commented 7 years ago

I don't know of anyone doing this yet. I think it will only be possible after iOS 10, because I think they are only adding CloudKit support now.

Kind regards, Drew

On 01 Aug 2016, at 06:56, François-jean de Brienne notifications@github.com wrote:

I'd like to know if anyone has used Ensembles with watchOS or tvOS. I know the standard library doesn't provide these targets out of the box but maybe someone has tested this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

drewmccormack commented 7 years ago

There is now a framework for tvOS in Ensembles 2, though it has not been widely tested.

UberJason commented 6 years ago

Howdy! Just wondering if there are plans for Ensembles 1.x to get watchOS support? (Or Ensembles 2? I don't have Ensembles 2 so I can't check if it's already available and I just don't know about it.)

drewmccormack commented 6 years ago

Ensembles 2 already has a watchOS framework. Currently no plans to back port to Ensembles 1, but I think it would probably work with very little trouble. Just make a watchOS target framework, add the source files (except Extensions), and it should work.