-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[google_sign_in_ios] Upgrade GoogleSignIn iOS SDK to 7.1 #6404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7269fbd
0a28cf8
46de063
81c3061
c97d4de
b852b4d
0567405
780a66e
4380911
f25e679
7413702
012b4fe
8d1b19c
2d226e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -273,7 +273,7 @@ | |
| 97C146E61CF9000F007C117D /* Project object */ = { | ||
| isa = PBXProject; | ||
| attributes = { | ||
| LastUpgradeCheck = 1430; | ||
| LastUpgradeCheck = 1510; | ||
| ORGANIZATIONNAME = "The Flutter Authors"; | ||
| TargetAttributes = { | ||
| 97C146ED1CF9000F007C117D = { | ||
|
|
@@ -386,11 +386,19 @@ | |
| ); | ||
| inputPaths = ( | ||
| "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh", | ||
| "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuthCore_Privacy.bundle", | ||
| "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth/GTMAppAuth_Privacy.bundle", | ||
| "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher_Core_Privacy.bundle", | ||
| "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher/GTMSessionFetcher_Full_Privacy.bundle", | ||
|
Comment on lines
+389
to
+392
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Woo! |
||
| "${PODS_CONFIGURATION_BUILD_DIR}/GoogleSignIn/GoogleSignIn.bundle", | ||
| "${PODS_CONFIGURATION_BUILD_DIR}/google_sign_in_ios/google_sign_in_ios_privacy.bundle", | ||
| ); | ||
| name = "[CP] Copy Pods Resources"; | ||
| outputPaths = ( | ||
| "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AppAuthCore_Privacy.bundle", | ||
| "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GTMAppAuth_Privacy.bundle", | ||
| "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GTMSessionFetcher_Core_Privacy.bundle", | ||
| "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GTMSessionFetcher_Full_Privacy.bundle", | ||
| "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleSignIn.bundle", | ||
| "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/google_sign_in_ios_privacy.bundle", | ||
| ); | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ name: google_sign_in_ios | |
| description: iOS implementation of the google_sign_in plugin. | ||
| repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios | ||
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22 | ||
| version: 5.7.5 | ||
| version: 5.7.6 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, do you think this should be a minor bump instead @stuartmorgan?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this one should be a no-op for clients, bugfix seems fine. I don't feel strongly between the two here. |
||
|
|
||
| environment: | ||
| sdk: ^3.2.3 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.