mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
[NEWS] Document arm64 requirement for Frameworks & Extensions.
This commit is contained in:
5
NEWS
5
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.
|
||||
|
||||
Reference in New Issue
Block a user