1. 23 Aug, 2017 3 commits
  2. 22 Aug, 2017 2 commits
  3. 16 Aug, 2017 1 commit
  4. 09 Aug, 2017 1 commit
  5. 01 Aug, 2017 1 commit
  6. 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
  7. 07 Jul, 2017 1 commit
  8. 30 Jun, 2017 1 commit
  9. 29 Jun, 2017 1 commit
  10. 28 Jun, 2017 2 commits
  11. 26 Jun, 2017 1 commit
  12. 24 Jun, 2017 1 commit
  13. 23 Jun, 2017 5 commits
  14. 22 Jun, 2017 1 commit
  15. 19 Jun, 2017 2 commits
  16. 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
  17. 16 Jun, 2017 10 commits
  18. 15 Jun, 2017 2 commits