From 50e000240df62b0b9e9c4e087a172bfc4ce367f4 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 5 Nov 2014 15:20:22 +0100 Subject: [PATCH] sync --- NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d536098c..e7bfa1d9 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,11 @@ = RubyMotion 2.38 = - * Enabled arm64 support and disabled armv7s support for iOS projects. If - you want to remove arm64 support or add armv7s support back, simply change - the `app.archs['iPhoneOS']' Array in the project's Rakefile. arm64 will be - mandatory for App Store submissions in February 2015, and armv7s is no - longer included in default Xcode builds. * Optimized the app executable size when a project has too many Ruby source files, by removing unnecessary internal code. ~30-60% lighter. + * Disabled armv7s support for iOS projects. If you want to add armv7s support + back, simply add the 'armv7s' value to the `app.archs['iPhoneOS']' config + in the project's Rakefile. This architecture is no longer enabled by + default in Xcode. * Fixed a bug where a compiled Core Data model would be removed when cleaning when an original `xcdatamodeld' was not available. * Fixed a bug where in certain circumstances cleaning would try to be