From e648c95ed290d8613291606363f70948b6efcd99 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 5 Jul 2012 16:59:11 +0200 Subject: [PATCH] remove reference to devcenter article --- NEWS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fc10e28b..cbd85d7e 100644 --- a/NEWS +++ b/NEWS @@ -16,8 +16,7 @@ the following string values: 'test', 'development' and 'release'. * Introduced the `rake static' task which creates a universal static library containing the project's object files and the RubyMotion runtime, which is - suitable for inclusion in Objective-C/Xcode projects. Check out the - Project Management guide in the developer center for more information. + suitable for inclusion in Objective-C/Xcode projects. * Introduced weak frameworks support. The `app.weak_frameworks' setting can be set to an array of framework names, similar to how `app.frameworks' works (ex. app.weak_frameworks += ['Twitter']). Patch by Satoshi Ebisawa.