sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
1.93k stars 115 forks source link

Switch from deprecated NSSecureCoding API #132

Closed sindresorhus closed 1 year ago

sindresorhus commented 1 year ago

Fixes #131

The new API requires NSObject inheritance, so I had to add some more constraints.