mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-04 22:58:19 +08:00
[RM-681] use 'iPad Air' as default for iPad app to launch app as 64-bit
http://hipbyte.myjetbrains.com/youtrack/issue/RM-681
This commit is contained in:
2
NEWS
2
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
|
||||
|
||||
@@ -265,7 +265,7 @@ module Motion; module Project;
|
||||
when '4'
|
||||
' 5s'
|
||||
else
|
||||
(family == 1) ? ' 6' : ' Retina'
|
||||
(family == 1) ? ' 6' : ' Air'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user