mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 02:29:17 +08:00
Merge pull request #43 from ddrscott/patch-1
Update lib/motion/project/config.rb
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user