mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
[NEWS] Add entry about asset catalog support.
This commit is contained in:
4
NEWS
4
NEWS
@@ -3,6 +3,10 @@
|
||||
* Added the `rake clean:all' task which deletes all build object files
|
||||
(ex. those in ~/Library/RubyMotion/build). We recommend using that task
|
||||
before building an App Store submission.
|
||||
* Added support for Xcode asset catalogs. This can be used to manage all your
|
||||
image assets in a visual way, including your application’s icons. You can
|
||||
create and edit a new catalog like so:
|
||||
$ mkdir resources/Images.xcassets && open -a Xcode resources/Image.xcassets
|
||||
* Fixed a long standing limitation in the compiler where overriding in Ruby
|
||||
an Objective-C method that accepts a C-level block was not possible.
|
||||
* Fixed a regression where `return' from a block would terminate the app.
|
||||
|
||||
Reference in New Issue
Block a user