From 8d783fa2514dd15e47573857b4b2dd032c7119b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 24 Jan 2014 16:20:39 +0100 Subject: [PATCH] [NEWS] Document NS(Open|Save)Panel sandbox fix. Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-401. --- NEWS | 3 +++ vm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 722bc488..48f59d9f 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,9 @@ * 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. + * [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. = RubyMotion 2.19 = diff --git a/vm b/vm index be334037..7facf8e6 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit be334037facc229293ea848bccd69f61499034e4 +Subproject commit 7facf8e63fe35390a6ba5e26bb670fd8c7b3f1c5