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:
mordaroso
2013-09-20 13:43:37 +02:00
committed by Watson
parent cb5851e9b1
commit ecc764eef4

View File

@@ -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