Merge pull request #43 from ddrscott/patch-1

Update lib/motion/project/config.rb
This commit is contained in:
Laurent Sansonetti
2012-10-08 04:30:21 -07:00

View File

@@ -504,7 +504,7 @@ EOS
end
case retina
when 'true'
device + (family == 1 and target >= '6.0' ? ' (Retina 4-inch)' : ' (Retina)')
device + ((family == 1 and target >= '6.0') ? ' (Retina 4-inch)' : ' (Retina)')
when '3.5'
device + ' (Retina 3.5-inch)'
when '4'