From ba5f097672336de89604b8141ed312aedb6b9cf6 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 8 Jun 2013 14:45:55 +0200 Subject: [PATCH] sync --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 1ae934aa..f71fe5a2 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,10 @@ and `build:release'. * [OSX] Fixed `rake archive' to honor the content of the `app.entitlements' 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. = RubyMotion 2.0 =