diff --git a/lime/tools/helpers/IOSHelper.hx b/lime/tools/helpers/IOSHelper.hx index 69f22030c..3ec4e88d0 100644 --- a/lime/tools/helpers/IOSHelper.hx +++ b/lime/tools/helpers/IOSHelper.hx @@ -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) ]); } diff --git a/templates/bin/ios-deploy b/templates/bin/ios-deploy index 43d20d68c..851facb39 100755 Binary files a/templates/bin/ios-deploy and b/templates/bin/ios-deploy differ