mentrena / SyncKit

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

recordIDsMarkedForDeletion returns too many objects - limit+1 #129

Closed BlixLT closed 4 years ago

BlixLT commented 4 years ago

I think CoreDataAdapter. recordIDsMarkedForDeletion method should stop when recordIDs.count >= limit, but not recordIDs.count > limit as it is now.

mentrena commented 4 years ago

Fixed on https://github.com/mentrena/SyncKit/pull/132