flutter/packages/flutter_tools/test/ios
Chris Bracken b2909a245a Revert use of Xcode instruments for device lookup (#10806)
* Revert "Make device discovery asynchronous (#10803)"
This reverts commit 972be9c8b4.

* Revert "Use Xcode instruments to list devices (#10801)"
This reverts commit 37bb5f1300.

This is to resolve a failure that looks related to a bad install of Xcode 8.0
on our build bots and should be reinstated when the infra issue is diagnosed
and resolved.

Instruments worked well when this was originally landed, and on the
following commit, but started failing two commits after this originally
landed. Manual invocation of instruments on the build host currently
results in:

```
dyld: Library not loaded: @rpath/InstrumentsAnalysisCore.framework/Versions/A/InstrumentsAnalysisCore
  Referenced from: /Applications/Xcode8.0.app/Contents/Developer/usr/bin/instruments
  Reason: image not found
Abort trap: 6
```

It appears the /Applications/Xcode8.0.app/Contents/Applications
directory (which contains Instruments) is missing on the host.
2017-06-16 19:00:31 -07:00
..
code_signing_test.dart Minor flutter_tools test reorganization (#10356) 2017-05-26 16:12:42 -07:00
devices_test.dart Revert use of Xcode instruments for device lookup (#10806) 2017-06-16 19:00:31 -07:00
ios_workflow_test.dart Eliminate direct invocations of idevice_id for iOS (#10777) 2017-06-16 10:41:48 -07:00
mac_test.dart Extract all libimobiledevice invocations to IMobileDevice class (#10793) 2017-06-16 14:33:49 -07:00
simulators_test.dart remove usages of booted (#10741) 2017-06-15 18:25:09 -07:00