mentrena / SyncKit

Automatic CloudKit synchronization
https://mentrena.github.io/SyncKit/
MIT License
507 stars 59 forks source link

Fixes 1.3.2 #183

Closed mentrena closed 2 years ago

mentrena commented 2 years ago

Fix transformable properties again. Fix for an issue that might cause SyncKit to ignore records uploaded by the same device when using shared record zones.

aehlke commented 2 years ago

Please correct me if I'm wrong - this only impacts the CoreData integration not the Realm one (unclear as a user without close inspection)

mentrena commented 2 years ago

https://github.com/mentrena/SyncKit/pull/183/commits/99b0b5f6163abe8ccfc31b604f5ac4d5e7f5acf3 would only impact Core Data, https://github.com/mentrena/SyncKit/pull/183/commits/75cb228bf63b412ea06102235f6aa134b7a4efee fixes an issue that could affect any integration using shared records.