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
472 stars 189 forks source link

Remove deprecated UIGraphicsBeginImageContextWithOptions #358

Closed murtaza64 closed 5 months ago

murtaza64 commented 8 months ago

As of iOS 17, UIGraphicsBeginImageContextWithOptions has been deprecated, and causes apps build with Xcode 15 to crash. The suggested fix is to use UIGraphicsImageRenderer, which this PR implements.

google-cla[bot] commented 8 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.