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:27:43 UTC

ios commit: Add support for the iPod in cordova/lib/list-devices script.

Repository: cordova-ios
Updated Branches:
  refs/heads/master 8dd4d6ffa -> b53d21ac4


Add support for the iPod in cordova/lib/list-devices script.


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

Branch: refs/heads/master
Commit: b53d21ac4467d04c3a1f48713b7a20c1c65c195f
Parents: 8dd4d6f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Oct 17 16:27:52 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Oct 17 16:27:52 2014 -0700

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/list-devices | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b53d21ac/bin/templates/scripts/cordova/lib/list-devices
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/lib/list-devices b/bin/templates/scripts/cordova/lib/list-devices
index 80dd3b8..feacfba 100755
--- a/bin/templates/scripts/cordova/lib/list-devices
+++ b/bin/templates/scripts/cordova/lib/list-devices
@@ -20,3 +20,4 @@
 
 system_profiler SPUSBDataType | sed -n -e '/iPad/,/Serial/p' | grep "Serial Number:" | awk -F ": " '{print $2 " iPad"}'
 system_profiler SPUSBDataType | sed -n -e '/iPhone/,/Serial/p' | grep "Serial Number:" | awk -F ": " '{print $2 " iPhone"}'
+system_profiler SPUSBDataType | sed -n -e '/iPod/,/Serial/p' | grep "Serial Number:" | awk -F ": " '{print $2 " iPod"}'


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