mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-28 20:55:36 +08:00
sync
This commit is contained in:
35
NEWS
35
NEWS
@@ -4,27 +4,28 @@
|
|||||||
This was happening because the compiler optimized floats to fit in a 30-bit
|
This was happening because the compiler optimized floats to fit in a 30-bit
|
||||||
data structure. The runtime will now allocate 32-bit floats on the heap
|
data structure. The runtime will now allocate 32-bit floats on the heap
|
||||||
when they cannot be accurately stored as 30-bit.
|
when they cannot be accurately stored as 30-bit.
|
||||||
* Added a feature to support multiple resource directories. By this changing,
|
* Added a feature to support multiple resource directories. Introduced the
|
||||||
`app.resources_dir' would be deprecated and added the `app.resources_dirs'
|
`app.resources_dirs' variable which defaults to `['./resources']' and can be
|
||||||
which would accept an Array.
|
modified to specify another resource directory to the build system. The previous
|
||||||
* Added a feature which creates `Default-568h@2x.png' in resource directory
|
`app.resources_dir' variable is now deprecated.
|
||||||
by `motion create' in order to support 4-inch screen by default.
|
* Added a feature to automatically create the `Default-568h@2x.png' file in the
|
||||||
* Fixed a bug in build system which cannot compile an app if it contained
|
resources directory during `motion create', in order to support 4-inch screens.
|
||||||
the incompatible character encoding in UTF8-MAC and UTF-8 as app name.
|
* Fixed a bug in the build system where apps whose names include an UTF-8 or
|
||||||
* Fixed a bug in simulator mouse-over which cannot select a view when rotated
|
UTF8-MAC character would not compile.
|
||||||
an iOS simulator.
|
* Fixed a bug in the simulator mouse-over which could not properly select views
|
||||||
* Fixed a bug which it cannot launch iOS simulator on OSX 10.6 Snow Leopard.
|
if the iOS simulator was rotated.
|
||||||
|
* Fixed a bug where the iOS simulator would not launch on OSX 10.6 Snow Leopard.
|
||||||
* Fixed a bug in `NSDate.alloc.init.timeIntervalSince1970' which would cause
|
* Fixed a bug in `NSDate.alloc.init.timeIntervalSince1970' which would cause
|
||||||
a malloc_error_break error.
|
a malloc_error_break error.
|
||||||
* Fixed memory leaks in NSDate.new and NSDate.alloc.init.
|
* Fixed memory leaks in NSDate.new and NSDate.alloc.init.
|
||||||
* Fixed a bug in Dir.entries and Dir.foreach which always raise an exception.
|
* Fixed a bug in Dir.entries and Dir.foreach where an exception was always raised.
|
||||||
* Added the NSData#to_s method which is alias for NSData#to_str.
|
* Added the NSData#to_s method which is alias for NSData#to_str.
|
||||||
* Fixed a bug in Hash#delete where the deleted object would be prematurely
|
* Fixed a bug in Hash#delete where the deleted object would be prematurely released
|
||||||
released by the table.
|
by the table.
|
||||||
* Fixed a bug which does not launch iOS simulator when `app.xcode_dir' is
|
* Fixed a bug where the iOS simulator would not launch if `app.xcode_dir' pointed to
|
||||||
specified a path other than the '/Applications' folder.
|
a path other than the '/Applications' folder.
|
||||||
* Fixed a bug which iOS simulator would be re-launched at every time with
|
* Fixed a bug where the iOS simulator would be relaunched every time with `rake'
|
||||||
`rake' command.
|
command.
|
||||||
|
|
||||||
= RubyMotion 1.32 =
|
= RubyMotion 1.32 =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user