mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-11 11:39:09 +08:00
[NEWS] Document shift to use of RubyGems for plugins.
This commit is contained in:
5
NEWS
5
NEWS
@@ -51,6 +51,11 @@
|
||||
* Improved command-line interface, e.g. `$ motion create --help' will now no
|
||||
longer create an application called ‘--help’. This deprecates the interface
|
||||
for any command plugins and this will fully be removed with RubyMotion v3.
|
||||
* Added support for loading plugins through RubyGems. Libraries that used to
|
||||
use `~/Library/RubyMotion' to load commands and/or templates should no
|
||||
longer do so, but instead add a `lib/motion_plugin.rb' file (see Joybox for
|
||||
an example). The `~/Library/RubyMotion' is from now on only meant for local
|
||||
usage, i.e. outside of the scope of a gem.
|
||||
* [OSX] Fixed bug where method types of NSOpenPanel and NSSavePanel were not
|
||||
being cached for their private counterparts that are substituted at runtime
|
||||
in case the application is running in a sandbox.
|
||||
|
||||
Reference in New Issue
Block a user