Skip to content

Commit 88a02f0

Browse files
authored
[google_sign_in_ios] Pins GoogleSignIn to 7.0.0 in podspec. (#6430)
This PR temporarily pins the GoogleSignIn iOS SDK to version 7.0.0 in the darwin podspec configuration. This'll enable our CI to keep going, until a more proper fix to `google_sign_in_ios` lands, with an update to the latest [7.1 version](https://github.com/google/GoogleSignIn-iOS/releases). See: * flutter/flutter#145866 For more information about the current CI failures. ## Testing This PR should help with the tests that are currently broken in CI.
1 parent 924c7e6 commit 88a02f0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.7.5
2+
3+
* Pins GoogleSignIn to iOS SDK "7.0.0" while preparing the update to 7.1.
4+
15
## 5.7.4
26

37
* Improves type handling in Objective-C code.

packages/google_sign_in/google_sign_in_ios/darwin/google_sign_in_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enables Google Sign-In in Flutter apps.
1515
s.source_files = 'Classes/**/*.{h,m}'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.module_map = 'Classes/FLTGoogleSignInPlugin.modulemap'
18-
s.dependency 'GoogleSignIn', '~> 7.0'
18+
s.dependency 'GoogleSignIn', '~> 7.0.0'
1919
s.static_framework = true
2020
s.ios.dependency 'Flutter'
2121
s.osx.dependency 'FlutterMacOS'

packages/google_sign_in/google_sign_in_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in_ios
22
description: iOS implementation of the google_sign_in plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
5-
version: 5.7.4
5+
version: 5.7.5
66

77
environment:
88
sdk: ^3.2.3

0 commit comments

Comments
 (0)