flutter/packages
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
..
flutter Various docs easy fixes (#10797) 2017-06-16 16:07:59 -07:00
flutter_driver Increment version to <x>-dev (#10794) 2017-06-16 14:21:13 -07:00
flutter_test Move intrinsics tests to test mode only. (#10796) 2017-06-16 15:03:56 -07:00
flutter_tools Revert use of Xcode instruments for device lookup (#10806) 2017-06-16 19:00:31 -07:00
.gitignore add summary files to .gitignore (#5891) 2016-09-15 20:32:59 -07:00