magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Watch OS 2 support #1076

Closed rounak closed 5 years ago

rounak commented 9 years ago

I tried adding watch os 2 to the podspec, but because iCloud isn't present on the watch, it turns up this error: Use of undeclared identifier 'NSPersistentStoreDidImportUbiquitousContentChangesNotification'.

AFNetworking has used ifdefs like these:

#if TARGET_OS_IOS
#import <UIKit/UIKit.h>
#elif TARGET_OS_WATCH
#import <WatchKit/WatchKit.h>
#endif

to add conditional blocks of code specific to either platform, maybe something similar could be done, so as to wrap iCloud methods in #if TARGET_OS_IOS

Coeur commented 9 years ago

Don't forget about tvOS support (Xcode 7.1 beta). ;)

deeje commented 8 years ago

+1 for tvOS

invoodoo commented 8 years ago

+1 for watchos

jordanbigel commented 8 years ago

Another +1 for tvOS - PLEASE!

aalogv commented 8 years ago

+1 for tvos

paoloandrea commented 8 years ago

tvOS +1

miradesne commented 8 years ago

+1 for watchOS

prvyas commented 8 years ago

+1 tvOS

prvyas commented 8 years ago

+1 tvOS

fabiopalm commented 8 years ago

+1 watchOS

PaulRBerg commented 8 years ago

+1 watchOS

ysoftware commented 8 years ago

+1 watchOS

jordanbigel commented 8 years ago

I'm starting to worry - its been a year since people here started asking for a watchOS and tvOS version, and nothing. A year. Meanwhile, in April I took the current version and made some relatively minor tweaks - I had to disable one feature which I could not port and which I do not need (cant remember what) - but really, not much effort. And here were are a year later without an official version for tvOS. Like I said, I'm starting to worry about the future, I've got 3 production Apps in the appStore all built with MR, and I am about the release a tvOS app with a kludged version of MR - is there even a future for MR if the product is not being updated regularly?

Please explain what the issues are which have prevented MR from releasing a tvOS compatible version? Thanks.

deeje commented 8 years ago

Remember that this is open source. it's all communal effort. Feel free to submit a pull request of your changes.

Types wit my thumms

On Sep 10, 2016, at 01:38, Jordan Bigel notifications@github.com wrote:

I'm starting to worry - its been a year since people here started asking for a watchOS and tvOS version, and nothing. A year. Meanwhile, in April I took the current version and made some relatively minor tweaks - I had to disable one feature which I could not port and which I do not need (cant remember what) - but really, not much effort. And here were are a year later without an official version for tvOS. Like I said, I'm starting to worry about the future, I've got 3 production Apps in the appStore all built with MR, and I am about the release a tvOS app with a kludged version of MR - is there even a future for MR if the product is not being updated regularly?

Please explain what the issues are which have prevented MR from releasing a tvOS compatible version? Thanks.

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

Coeur commented 5 years ago

I've added watchOS and tvOS support on master branch / MagicalRecord 2.4.0.