Commit 50125ab2 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Use ios-deploy --version for install check (#7797)

ios-deploy -h/--help returns a non-zero exit code.
parent 5d2a460f
......@@ -32,7 +32,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
bool get hasIDeviceId => exitsHappy(<String>['idevice_id', '-h']);
bool get hasIosDeploy => exitsHappy(<String>['ios-deploy', '-h']);
bool get hasIosDeploy => exitsHappy(<String>['ios-deploy', '--version']);
String get iosDeployMinimumVersion => '1.9.0';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment