Update ios-deploy

This commit is contained in:
Joshua Granick
2016-10-17 16:39:30 -07:00
parent 4e0e24cbff
commit e4c9413543
2 changed files with 1 additions and 1 deletions

View File

@@ -300,7 +300,7 @@ class IOSHelper {
var xcodeVersion = getXcodeVersion ();
ProcessHelper.runCommand ("", launcher, [ "install", "--noninteractive", "--debug", "--timeout", "5", "--bundle", FileSystem.fullPath (applicationPath) ]);
ProcessHelper.runCommand ("", launcher, [ "install", "--noninteractive", "--debug", "--bundle", FileSystem.fullPath (applicationPath) ]);
}

Binary file not shown.