Skip to content

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

Merged
merged 2 commits into from
Jun 28, 2017

Conversation

xster
Copy link
Member

@xster xster commented Jun 21, 2017

#10626

Found another better signal that could be used for this determination without adding new logic

''
));
mockTerminalStdInStream =
new Stream<String>.fromFuture(new Future<String>.error(new Exception('Cannot read from StdIn')));
Copy link
Member

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.

Copy link
Member Author

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.

Copy link
Contributor

@tvolkert tvolkert left a 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: trailing comma

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@xster xster force-pushed the machine-signing branch from 32b08cc to e9f44f1 Compare June 28, 2017 19:57
@xster xster merged commit 57746f3 into flutter:master Jun 28, 2017
@xster xster deleted the machine-signing branch June 28, 2017 20:33
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jul 1, 2017
flutter#10870)

* Guess sign with the first certificate when multiple are available in machine mode

* review
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants