From 1fe89cf6fd366fe39e496323ab152c5dbfb18563 Mon Sep 17 00:00:00 2001 From: Gregory Thompson Date: Mon, 7 Dec 2015 10:37:32 -0500 Subject: [PATCH] fixed change that did not allow .re-natal creation --- re-natal.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/re-natal.coffee b/re-natal.coffee index 319b735..e495892 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -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