pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Apache License 2.0
2.66k stars 361 forks source link

Uses +[NSKeyedUnarchiver unarchiveObjectWithData:] which is deprecated when targeting iOS12 #297

Open bolsinga opened 3 years ago

bolsinga commented 3 years ago

There is a simple replacement.

bolsinga commented 3 years ago

-unarchiveObjectWithData: addressed with #247

jparise commented 3 years ago

@bolsinga can this issue be closed now?

bolsinga commented 3 years ago

No, it can't. I'd mangled the title incorrectly. What remains is the use of+[NSKeyedUnarchiver unarchiveObjectWithData:]