From 9f04a00aa025b64a3f7000518bfc42271058b965 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 17 Oct 2016 14:38:41 -0700 Subject: [PATCH] Minor edit --- lime/tools/helpers/IOSHelper.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/tools/helpers/IOSHelper.hx b/lime/tools/helpers/IOSHelper.hx index 9d6bca2e0..69f22030c 100644 --- a/lime/tools/helpers/IOSHelper.hx +++ b/lime/tools/helpers/IOSHelper.hx @@ -278,7 +278,7 @@ class IOSHelper { waitForDeviceState ("xcrun", [ "simctl", "install", currentDeviceID, applicationPath ]); waitForDeviceState ("xcrun", [ "simctl", "launch", currentDeviceID, project.meta.packageName ]); - ProcessHelper.runCommand ("", "tail", [ "-f", "~/Library/Logs/CoreSimulator/" + currentDeviceID + "/system.log"]); + ProcessHelper.runCommand ("", "tail", [ "-F", "~/Library/Logs/CoreSimulator/" + currentDeviceID + "/system.log"]); } else {