• Chris Bracken's avatar
    Use idevice_id for devicelab iOS device listing (#13624) · c7ea97f2
    Chris Bracken authored
    This patch migrates iOS device listing from using Xcode instruments to
    using the libimobiledevice tools idevice_id and ideviceinfo.
    
    ideviceinfo was previously incompatible with iOS 11 physical devices;
    this has now been fixed.
    
    In 58fe8237 flutter_tools migrated from
    libimobiledevice-based device listing on iOS to using Xcode instruments
    to work around the lack of support for iOS 11. Using instruments entails
    several downsides, including a significantly higher performance hit, and
    leaking hung DTServiceHub processes in certain cases when a simulator is
    running, necessitating workarounds in which we watched for, and cleaned
    up leaked DTServiceHub processes. This patch returns reverts the move to
    instruments now that it's no longer necessary.
    
    This reverts commit 58fe8237.
    c7ea97f2
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...