mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-26 13:55:44 +08:00
reformat
This commit is contained in:
14
NEWS
14
NEWS
@@ -7,15 +7,15 @@
|
||||
that require us to use a newer C++ standard library.
|
||||
* Fixed a bug when copying an `ImmediateRef', which isn't needed anyways,
|
||||
because a tagged pointer can not be duplicated either.
|
||||
* [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
|
||||
* Fixed a bug where Xcode 6 would cache precompiled headers in a
|
||||
hidden location and subsequent vendored builds could fail after cleaning.
|
||||
* Fixed a bug where a failed vendored build could cause subsequent builds to
|
||||
never actually start.
|
||||
* [Vendor] Removed Xcode 6 noise from build output.
|
||||
* Fixed the build system to remove Xcode 6 noise from vendored build output.
|
||||
* [iOS] Fixed a bug where it could not configure `app.provisioning_profile'
|
||||
in Rakefile in App Extensions.
|
||||
* Fixed a bug where it could not include #supportedInterfaceOrientations
|
||||
method properly.
|
||||
* Fixed a bug where the #supportedInterfaceOrientations method would be not
|
||||
properly included.
|
||||
* Fixed a race condition bug in the runtime where a crash would occur if
|
||||
the same Objective-C constant was being resolved at the same time from
|
||||
different threads.
|
||||
@@ -23,7 +23,7 @@
|
||||
open the pre-release NEWS file instead.
|
||||
* Fixed the `motion update --pre' command to print a reference to the
|
||||
`motion changelog --pre' command.
|
||||
* Improved IO#.read performance which read from files. ~4 times faster.
|
||||
* Improved IO#.read performance to read from files. ~4 times faster.
|
||||
|
||||
= RubyMotion 2.35 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user