This commit is contained in:
Laurent Sansonetti
2014-10-09 16:34:25 +02:00
parent 697624516c
commit f70ba9b5fe

3
NEWS
View File

@@ -1,5 +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:
app.archs['iPhoneOS'] |= ['arm64']
* [Vendor] Fixed a bug where Xcode 6 would cache precompiled headers in a
hidden location and subsequent builds could fail after cleaning.
* [Vendor] Fixed a bug where a failed build could cause subsequent builds to