From 590da67714d0a4a7225b559fecb945a2accabf5f Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 19 May 2015 13:57:39 -0700 Subject: [PATCH] Fixes #84 - Enhancement to --noninteractive (implicit --debug) --- ios-deploy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ios-deploy.c b/ios-deploy.c index c93f794..e6d24a9 100644 --- a/ios-deploy.c +++ b/ios-deploy.c @@ -1843,6 +1843,7 @@ int main(int argc, char *argv[]) { break; case 'I': interactive = false; + debug = 1; break; case 'L': interactive = false;