Skip to content

GoogleSignIn-iOS 10.0.0

Latest

Choose a tag to compare

@w-goog w-goog released this 04 Sep 00:11
7823e51

10.0.0

  • BREAKING: Xcode 27 support required us to update dependencies to AppAuth 3.0.0 and GTMAppAuth 6.0.0, which:

    • ...raises the minimum deployment targets to iOS 15.0 and macOS 12.0
    • ...widens the GTMSessionFetcher dependency to allow 4.x and 5.x
    • ...updates the version-specific Swift Package Manager manifest to Package@swift-5.7.swift.
      Projects that must keep supporting earlier OS versions should stay on GoogleSignIn 9.2.0. (#628)
  • Add GIDSignIn.wrapperIdentifier so SDKs that embed Google Sign-In can self-identify in Google's diagnostic logs via a new gidwrapper parameter. It is opt-in and pre-existing behavior is unchanged. (#625)

  • Update the sign-in button icon to the gradient Google G (#633)

  • Pin the Swift names of the GIDClaim factory methods with explicit NS_SWIFT_NAME annotations; the imported Swift names are unchanged (#627)

  • Use NSURLComponents to properly encode tokens (#618)

  • Fix a crash in additionalTokenRefreshParameters when emmSupport is nil (#608)

  • Internal

    • Consolidate SDK logging parameters to prepare for new ones (#616)
    • Fix swift-button-functional-test (#614)
    • Fix the SignInSample import and add the sample to CI (#632)
    • Add non-blocking Xcode 27 preview jobs to CI (#629)
    • Raise the sample Podfile deployment targets for Xcode 27 (#634)
    • Bump the bundler group dependencies (#594, #630)