Closed goetzf closed 1 year ago
Fixes frequent warnings from NSKeyedArchiver on Xcode 13 (see #330). Instead of using -decodeObjectForKey:, -decodeObjectOfClass:forKey: is used.
NSKeyedArchiver
-decodeObjectForKey:
-decodeObjectOfClass:forKey:
Thanks for putting this together! I'll ask the team to review this.
Any plan to finally merge this?
This is still open with the team, but I don't have an update on it right now.
All committers have signed the CLA.
Fixes frequent warnings from
NSKeyedArchiver
on Xcode 13 (see #330). Instead of using-decodeObjectForKey:
,-decodeObjectOfClass:forKey:
is used.