1. 05 Sep, 2017 1 commit
  2. 01 Sep, 2017 1 commit
    • Chris Bracken's avatar
      Use idevice_id, ideviceinfo for iOS device listing (#11883) · eba6ceb8
      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 37bb5f13 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.
      eba6ceb8
  3. 31 Aug, 2017 1 commit
  4. 23 Aug, 2017 2 commits
  5. 22 Aug, 2017 2 commits
  6. 16 Aug, 2017 1 commit
  7. 13 Jul, 2017 3 commits
    • Chris Bracken's avatar
      Clean up orphaned Instruments processes (#11189) · cf96c7db
      Chris Bracken authored
      In some cases, we've seen interactions between Instruments and the iOS
      simulator that cause hung instruments and DTServiceHub processes. If
      enough instances pile up, the host machine eventually becomes
      unresponsive.
      
      Until the underlying issue is resolved, manually kill any orphaned
      instances (where the parent process has died and PPID is 1) before
      launching another instruments run.
      cf96c7db
    • xster's avatar
      Stop sending cocoapods stats (#11120) · 92750833
      xster authored
      * Disable cocoapods stats
      
      * Add a comment for code readers
      
      * fix new test
      92750833
    • xster's avatar
      Create Podfile dynamically part 1 (#11101) · 6a49419b
      xster authored
      * start
      
      * with create
      
      * refactor cocoapod code, add tests
      
      * fix tests
      
      * throw when cocoapod missing
      
      * obj-c projects don’t use use_framework!
      6a49419b
  8. 07 Jul, 2017 1 commit
  9. 29 Jun, 2017 1 commit
  10. 28 Jun, 2017 1 commit
  11. 26 Jun, 2017 3 commits
  12. 24 Jun, 2017 1 commit
  13. 22 Jun, 2017 1 commit
  14. 19 Jun, 2017 1 commit
    • Chris Bracken's avatar
      Re-enable use of instruments for iOS device lookup (#10838) · 1d9f0095
      Chris Bracken authored
      This reverts commit b2909a24.
      
      This resubmits the following patches:
      
      1. Use Xcode instruments to list devices (#10801)
      Eliminates the dependency on idevice_id from libimobiledevice. Instead,
      uses Xcode built-in functionality.
      
      2. Make device discovery asynchronous (#10803)
      Migrates DeviceDiscovery.devices and all device-specific lookup to be
      asynchronous.
      1d9f0095
  15. 17 Jun, 2017 2 commits
    • Chris Bracken's avatar
      Revert use of Xcode instruments for device lookup (#10806) · b2909a24
      Chris Bracken authored
      * Revert "Make device discovery asynchronous (#10803)"
      This reverts commit 972be9c8.
      
      * Revert "Use Xcode instruments to list devices (#10801)"
      This reverts commit 37bb5f13.
      
      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.
      b2909a24
    • Chris Bracken's avatar
      Make device discovery asynchronous (#10803) · 972be9c8
      Chris Bracken authored
      Migrates DeviceDiscovery.devices and all device-specific lookup to be
      asynchronous.
      972be9c8
  16. 16 Jun, 2017 5 commits
  17. 15 Jun, 2017 1 commit
  18. 07 Jun, 2017 1 commit
  19. 26 May, 2017 1 commit
  20. 22 May, 2017 2 commits
  21. 12 May, 2017 1 commit