• 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
Name
Last commit
Last update
..
android Loading commit data...
base Loading commit data...
commands Loading commit data...
ios Loading commit data...
runner Loading commit data...
test Loading commit data...
application_package.dart Loading commit data...
artifacts.dart Loading commit data...
build_configuration.dart Loading commit data...
device.dart Loading commit data...
flx.dart Loading commit data...
toolchain.dart Loading commit data...