Squirrel / Squirrel.Mac

:shipit: Cocoa framework for updating OS X apps :shipit:
MIT License
1.57k stars 128 forks source link

refactor: use non-deprecated `NSKeyedArchiver` APIs #273

Closed codebytere closed 10 months ago

codebytere commented 1 year ago

Refs https://chromium-review.googlesource.com/c/chromium/src/+/4628901

Several [NSKeyedArchiver](https://developer.apple.com/documentation/foundation/nskeyedarchiver) methods have been deprecated and replaced as of macOS 10.13:

cc @MarshallOfSound

miniak commented 10 months ago

Another ref https://chromium-review.googlesource.com/c/chromium/src/+/3832503

codebytere commented 10 months ago

See https://github.com/electron/electron/pull/40315