mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 04:20:24 +08:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
= RubyMotion 0.22 =
|
|
|
|
* Add the `no_continue' environment variable for `rake sim debug=1'.
|
|
* Fix a bug when retrieving some C constants (wrong pointer dereferencing).
|
|
* Fix a couple bugs when compiling setter methods (/^set[A-Z]/).
|
|
* Add support for QuickLook.framework.
|
|
|
|
= RubyMotion 0.21 =
|
|
|
|
* Rename the `package' rake task to `archive'.
|
|
* Fix the build system to use a different build directory per SDK version.
|
|
* Add support for QuartzCore.framework.
|
|
* Fix a crash when attempting to freeze certain objects (associative
|
|
reference assertion).
|
|
* Better tweets sample code (thanks Johannes Fahrenkrug).
|
|
* Add support for attr_*.
|
|
* Fix a crash when converting int64 CFNumbers into Ruby types.
|
|
|
|
= RubyMotion 0.20 =
|
|
|
|
* Fix misc GC bugs.
|
|
* Add tweets sample code.
|
|
* Add reference manual (doc/ReferenceManual.html).
|
|
|
|
= RubyMotion 0.19 =
|
|
|
|
* Add support for app icons. Icon files can be created and copied into the
|
|
resources directory, then their filenames can be added to app.icons.
|
|
* Validate given sdk_version config variable.
|
|
|
|
Changelog not available for 0.18 or below.
|