From 39649f022f5a85319eb2517b6319520639cc087f Mon Sep 17 00:00:00 2001 From: KHAI WEI ONG Date: Sat, 27 May 2017 23:58:17 +0800 Subject: [PATCH] Fixed Simulator.app Path --- src/startSimulator.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/startSimulator.groovy b/src/startSimulator.groovy index e7ee41c..c085ebd 100644 --- a/src/startSimulator.groovy +++ b/src/startSimulator.groovy @@ -56,7 +56,7 @@ def xcodeApp = Util.verifyXcodePath(xcode); def simulatorApp = new String(File.separator + "Contents" + File.separator + "Developer" + File.separator + "Applications" + File.separator + - "iOS Simulator.app"); + "Simulator.app"); def simulatorAppPath; try { @@ -89,4 +89,3 @@ for (int i = 0; i < startupRetries; i++){ println "The simulator has started."; System.exit(0); -