dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Fix NSKeyedArchiver warnings on Xcode 13 #333

Closed goetzf closed 1 year ago

goetzf commented 3 years ago

Fixes frequent warnings from NSKeyedArchiver on Xcode 13 (see #330). Instead of using -decodeObjectForKey:, -decodeObjectOfClass:forKey: is used.

greg-db commented 3 years ago

Thanks for putting this together! I'll ask the team to review this.

pascalfribi commented 2 years ago

Any plan to finally merge this?

greg-db commented 2 years ago

This is still open with the team, but I don't have an update on it right now.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.