mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 04:20:24 +08:00
Fix non-retina iPad simulation in iOS7
Allow to start the simulator with a non-retina iPad with iOS7 merged #133
This commit is contained in:
@@ -224,7 +224,7 @@ module Motion; module Project;
|
||||
if target < '7.0'
|
||||
''
|
||||
else
|
||||
(family == 1) ? retina4_string : ' Retina'
|
||||
(family == 1) ? retina4_string : ''
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user