xcrun instruments devices only

This commit is contained in:
Dan Motzenbecker 2015-09-19 17:28:59 -04:00
parent 84dc728066
commit 142128c938
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ openXcode = (name) ->
getDeviceList = ->
try
execSync 'xcrun instruments -s'
execSync 'xcrun instruments -s devices'
.toString()
.split '\n'
.filter (line) -> /^i/.test line