From ed4be0118a197f26d9a5faffe978fe486b5795f6 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 5 Dec 2014 11:06:14 +0900 Subject: [PATCH] [RM-681] use 'iPad Air' as default for iPad app to launch app as 64-bit http://hipbyte.myjetbrains.com/youtrack/issue/RM-681 --- 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 cae154b6..326704b9 100644 --- a/lib/motion/project/template/ios/config.rb +++ b/lib/motion/project/template/ios/config.rb @@ -265,7 +265,7 @@ module Motion; module Project; when '4' ' 5s' else - (family == 1) ? ' 6' : ' Retina' + (family == 1) ? ' 6' : ' Air' end end