From 3fba9a6477d8a43f4218316fef61c2667981e645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Mon, 13 Oct 2014 14:29:00 +0200 Subject: [PATCH] [NEWS] Document arm64 requirement for Frameworks & Extensions. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b5e8e494..ee102e67 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ = RubyMotion 2.36 = - * Added ARM64 support (64-bit) for iOS. It is not yet enabled by default, - in order to do so, add the following line to your project's Rakefile: + * Added ARM64 support (64-bit) for iOS. It is not yet enabled by default for + applications that do not embed Frameworks or App Extensions. In order to + enable it on other builds add the following line to your project's Rakefile: app.archs['iPhoneOS'] |= ['arm64'] * iOS 4.3 and OS X 10.7 are no longer supported, due to internal changes that require us to use a newer C++ standard library.