[NEWS] Document arm64 requirement for Frameworks & Extensions.

This commit is contained in:
Eloy Durán
2014-10-13 14:29:00 +02:00
parent 85b668f249
commit 3fba9a6477

5
NEWS
View File

@@ -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.