fixed change that did not allow .re-natal creation

This commit is contained in:
Gregory Thompson 2015-12-07 10:37:32 -05:00
parent 954227c805
commit 1fe89cf6fd
1 changed files with 2 additions and 2 deletions

View File

@ -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