-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[google_sign_in] Add macOS support #4962
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
Merged
auto-submit
merged 18 commits into
flutter:main
from
stuartmorgan-g:google-sign-in-macos
Dec 6, 2023
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d56cc66
Initial code changes
stuartmorgan-g 2a48c65
Add macOS to example
stuartmorgan-g a479991
Move to shared source, and add macOS metadata
stuartmorgan-g 4637d58
Move unit tests, fix code
stuartmorgan-g 1048d79
Wire up native unit tests on macOS and get everything compiling and p…
stuartmorgan-g b1bbb96
Merge branch 'main' into google-sign-in-macos
stuartmorgan-g 2a83db4
Fix unit test compilation for stricter macOS settings
stuartmorgan-g be2a329
Update README
stuartmorgan-g b0751d4
Version bump
stuartmorgan-g 05978ee
Remove symlinks
stuartmorgan-g cd4c3e6
Placeholder SDK update
stuartmorgan-g 0c30045
Update false_secrets path
stuartmorgan-g b9011ad
Add missing secrets path
stuartmorgan-g d7b1e2e
Merge branch 'main' into google-sign-in-macos
stuartmorgan-g 289575d
Merge branch 'main' into google-sign-in-macos
stuartmorgan-g d81fbef
Update false_secrets path
stuartmorgan-g 25bd9a6
Add a pod repo update step to try to address stale pods
stuartmorgan-g 97abbfc
Copypasta
stuartmorgan-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
set -e | ||
|
||
# Ensure that the pods repos are up to date, since analyze will not check for | ||
# the latest versions of pods, so can use stale Flutter or FlutterMacOS pods | ||
# for analysis otherwise. | ||
pod repo update --verbose |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason it looks like there are a lot of changes here (and in the previous block) is that switching to the new helper function without
presentingViewController
changed the indentation of the whole block. The code in the block doesn't have any non-whitespace changes.