From 7f6139bbfe9056c1c512cea26f3012012613513a 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 --- NEWS | 2 ++ lib/motion/project/template/ios/config.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 89344d98..4faf148b 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,8 @@ contained extensions. Thanks to Hwee-Boon Yar for patch. * [iOS] Fixed a bug where the relative path cannot be used in `app.provisioning_profile'. + * [iOS] Fixed a bug where iPad simulator would not launch app as 64-bit even + if app contains 64-bit binary. Changed default simulator to `iPad Air'. * Fixed a regression where a link error would be caused in Xcode when trying to use a static library which was generated by `rake static'. * Fixed a bug where the wrong Boxed object would be returned from an 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