nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

TICDSSynchronizationOperation improvements #65

Open justjustas opened 11 years ago

justjustas commented 11 years ago

I have made few changes in TICDSSynchronizationOperation.m which decrease the number of fetch requests when operation applying changes to affected objects. It gives better performance then the same object has more than one change.

MrRooni commented 11 years ago

Thanks for the pull request. Can you re-submit it to our develop branch (I should have been more specific, my bad) and remove the changes to your Dropbox keys.

best, Michael