-
Notifications
You must be signed in to change notification settings - Fork 28.8k
Guess sign iOS with the first certificate when running in machine mode #10870
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
Conversation
'' | ||
)); | ||
mockTerminalStdInStream = | ||
new Stream<String>.fromFuture(new Future<String>.error(new Exception('Cannot read from StdIn'))); |
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.
Hard to tell from surrounding code but it doesn't appear that this is ever used.
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.
ya, it's not actually used. Just a negative check in case it does, that it would crash like it would in production.
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.
Looks great - thanks!
mode: mode, | ||
target: mainPath, | ||
buildForDevice: true, | ||
usesTerminalUi: usesTerminalUi |
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.
Nit: trailing comma
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.
done
flutter#10870) * Guess sign with the first certificate when multiple are available in machine mode * review
#10626
Found another better signal that could be used for this determination without adding new logic