google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
455 stars 181 forks source link

Update deprecated archiving API usage #449

Closed mdmathias closed 3 weeks ago

mdmathias commented 4 weeks ago

This change, related to #445, updates our use of deprecated NSCoding API in tests. These updates will allow tests in #445 to pass, which are currently failing due to the warnings coming from using deprecated API.