fixed change that did not allow .re-natal creation
This commit is contained in:
parent
954227c805
commit
1fe89cf6fd
|
@ -102,7 +102,7 @@ generateConfig = (name) ->
|
||||||
log 'Creating Re-Natal config'
|
log 'Creating Re-Natal config'
|
||||||
config =
|
config =
|
||||||
name: name
|
name: name
|
||||||
device: getUuidForDevice 'iPhone 6s'
|
device: getUuidForDevice 'iPhone 6'
|
||||||
|
|
||||||
writeConfig config
|
writeConfig config
|
||||||
config
|
config
|
||||||
|
@ -327,7 +327,7 @@ init = (projName) ->
|
||||||
|
|
||||||
launch = ({name, device}) ->
|
launch = ({name, device}) ->
|
||||||
unless device in getDeviceUuids()
|
unless device in getDeviceUuids()
|
||||||
log 'Device ID not available, defaulting to iPhone 6s simulator', 'yellow'
|
log 'Device ID not available, defaulting to iPhone 6 simulator', 'yellow'
|
||||||
{device} = generateConfig name
|
{device} = generateConfig name
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue