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

Bump minimum iOS version to 12 #443

Closed mdmathias closed 3 weeks ago

mdmathias commented 1 month ago

Context

Apple requires that a minimum of Xcode 15 is used for App Store submissions. Xcode 15's minimum supported iOS version is 12. Currently, GSI supports iOS 11.

To Do

Given the requirement to submit apps built with Xcode 15, we should increment GSI's baseline iOS support to 12.

NB

This will be a breaking change since clients will need to update their Package.swift and Podfile files if they previously supported iOS 11. Therefore, this needs to be included in a version 8.0.0 release of this library.