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