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'
|
||||
config =
|
||||
name: name
|
||||
device: getUuidForDevice 'iPhone 6s'
|
||||
device: getUuidForDevice 'iPhone 6'
|
||||
|
||||
writeConfig config
|
||||
config
|
||||
|
@ -327,7 +327,7 @@ init = (projName) ->
|
|||
|
||||
launch = ({name, device}) ->
|
||||
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
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue