drewmccormack / ensembles

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

Backported from Ensembles 2 to Ensembles 1 to fix runtime messages for 'NSKeyedUnarchiveFromData'. Added complier directives around deprecated code to prevent warnings #294

Closed dgwilson closed 3 years ago

dgwilson commented 3 years ago

Added complier directives to ignore deprecation warnings created when deployment target is set to iOS 12

dgwilson commented 3 years ago

Backported from Ensembles 2 to Ensembles 1 to fix runtime messages for 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release. Also wrapped compiler directives around remaining 'NSKeyedUnarchiver unarchiveObjectWithData' code to prevent completive warning messages.

drewmccormack commented 3 years ago

Thanks for this! Looks good. I made a couple of small mostly cosmetic changes. All in master.