Skip to content
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

Eliminate use of ideviceinfo in flutter_tools #10804

Merged
merged 1 commit into from
Jun 19, 2017

Conversation

cbracken
Copy link
Member

This libimobiledevice tool is no longer used anywhere in the codebase.

This libimobiledevice tool is no longer used anywhere in the codebase.
@Hixie
Copy link
Contributor

Hixie commented Jun 19, 2017

final List<String> iosDeviceIds = grep('UniqueDeviceID', from: await eval('ideviceinfo', <String>[]))
?

@cbracken
Copy link
Member Author

cbracken commented Jun 19, 2017

final List<String> iosDeviceIds = grep('UniqueDeviceID', from: await eval('ideviceinfo', <String>[]))

Unfortunately I had to roll back a bunch of the work I'd done to eliminate the use of ideviceinfo Friday evening due to issues with the bots (see commit b2909a2). Will sweep up the devicelab use once we've got the revert reverted and flutter_tools free from it. We should be able to use the exact same replacement tooling in devicelab.

@Hixie
Copy link
Contributor

Hixie commented Jun 19, 2017

Ah, got it.

@cbracken cbracken changed the title Eliminate use of ideviceinfo Eliminate use of ideviceinfo in flutter_tools Jun 19, 2017
@cbracken cbracken merged commit 400a62d into flutter:master Jun 19, 2017
@cbracken cbracken deleted the eliminate-ideviceinfo branch June 19, 2017 20:36
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jul 1, 2017
This libimobiledevice tool is no longer used anywhere in the flutter_tools codebase.
@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.

None yet

4 participants