From da899c72e83b69b2efb34259f4fe96a812d7e136 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 8 Jun 2013 14:47:06 +0200 Subject: [PATCH] sync --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f71fe5a2..e464e8ea 100644 --- a/NEWS +++ b/NEWS @@ -37,8 +37,9 @@ project variable when code-signing the binary. * [OSX] Added the `app.embedded_frameworks' Rakefile variable that can include paths to 3rd-party frameworks that should be copied in the app - bundle's 'Frameworks' directory. The build system will also fix the install - name of the executable. The default value is an empty array. + bundle's 'Frameworks' directory (ex. app.embedded_frameworks += + ['~/src/MyFramework.framework']). The build system will also fix the + install name of the executable. The default value is an empty array. = RubyMotion 2.0 =