mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 14:45:18 +00:00
xcrun instruments devices only
This commit is contained in:
parent
84dc728066
commit
142128c938
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user