1. 26 Jan, 2016 13 commits
  2. 25 Jan, 2016 12 commits
  3. 24 Jan, 2016 8 commits
  4. 23 Jan, 2016 5 commits
  5. 22 Jan, 2016 2 commits
    • Eric Seidel's avatar
      Merge pull request #1350 from eseidelGoogle/list_linux · 4eb4dab5
      Eric Seidel authored
      Make `flutter list` not crash on linux.
      4eb4dab5
    • Eric Seidel's avatar
      Make `flutter list` not crash on linux. · 7f3ae43b
      Eric Seidel authored
      Turns out linux does have an ideviceinstaller package
      however it doesn't contain idevice_id or any of the
      other tools we use.  Furthermore we don't have
      xcrun or the rest of xcode on linux so we can't
      manipulate simulators either.
      
      No sense in printing out a warning that ios isn't supported
      every time on linux, so I wrapped that block in osx only.
      
      @chinmaygarde @devoncarew
      7f3ae43b