1. 18 Dec, 2017 2 commits
    • 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
    • Sarah Zakarias's avatar
      Remove app.flx from apk (#13647) · 2ef379ad
      Sarah Zakarias authored
      2ef379ad
  2. 16 Dec, 2017 6 commits
  3. 15 Dec, 2017 14 commits
  4. 14 Dec, 2017 18 commits