Skip to content

Commit

Permalink
Merge pull request #2 from GTDev87/master
Browse files Browse the repository at this point in the history
Default to iPhone 6
  • Loading branch information
drapanjanas committed Dec 7, 2015
2 parents 954227c + 1fe89cf commit 8c9e51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c9e51c

Please sign in to comment.