From 401137639bba0d4de8fa55c6838e27c47faede54 Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 29 Jun 2013 13:48:27 +0900 Subject: [PATCH] add the target --- lib/motion/project/template/ios/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/ios/config.rb b/lib/motion/project/template/ios/config.rb index fef54883..828585f9 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -200,7 +200,7 @@ module Motion; module Project; def device_retina_xcode5_string(family, target, retina) case retina when 'true' - (family == 1) ? ' Retina (4-inch)' : ' Retina' + (family == 1 and target >= '6.0') ? ' Retina (4-inch)' : ' Retina' when '3.5' ' Retina (3.5-inch)' when '4'