You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/10/18 01:37:21 UTC

ios commit: Fix cordova/lib/list-started-emulators for Xcode 6

Repository: cordova-ios
Updated Branches:
  refs/heads/master 21f2749c5 -> 442606a19


Fix cordova/lib/list-started-emulators for Xcode 6


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/442606a1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/442606a1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/442606a1

Branch: refs/heads/master
Commit: 442606a194a1bbf54a755614500a4179bf7a59c3
Parents: 21f2749
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Oct 17 16:37:29 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Oct 17 16:37:29 2014 -0700

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/list-started-emulators | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/442606a1/bin/templates/scripts/cordova/lib/list-started-emulators
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/lib/list-started-emulators b/bin/templates/scripts/cordova/lib/list-started-emulators
index ccdb1a7..badab2c 100755
--- a/bin/templates/scripts/cordova/lib/list-started-emulators
+++ b/bin/templates/scripts/cordova/lib/list-started-emulators
@@ -20,7 +20,7 @@
 
 set -e
 
-SIM_RUNNING=$(ps aux | grep -i "[i]Phone Simulator" | wc -l)
+SIM_RUNNING=$(ps aux | grep -i "[i]OS Simulator" | wc -l)
 if [ $SIM_RUNNING == 0 ]; then
     echo "No emulators are running."
     exit 1


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org