From 7e327a9b5b8dbb59019c8ab5eaff75d0ac581b52 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 2 May 2013 20:36:50 +0200 Subject: [PATCH] sync --- NEWS | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index d793e91d..8a67af52 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,15 @@ = RubyMotion 1.36 = - * Added OSX development. Use `motion create --template=osx' to create an OSX - project. Use `rake -T' inside to see the available tasks. - * Added a gem template. Use `motion create --template=gem' to create a - RubyMotion gem project and use `rake -T' inside to see the tasks. - * Added project templates support (see `motion create --template=xxx). - Templates can be created by users as plugins. RubyMotion comes with 3 - templates by default: ios, osx and gem. + * Added OSX development support. Use `motion create --template=osx' to create + an OSX project. Use `rake -T' inside to see the available tasks. + RubyMotion OSX Apps are built for both i386 and x86_64 architectures and + can support OSX v10.7 and v10.8 as deployment targets. + * Added a RubyMotion gem project template. Use `motion create --template=gem' + to create one and check `rake -T' inside to see the available tasks. + * Added project templates support (usage: `motion create --template=xxx'). + RubyMotion comes with 3 templates: `ios' (default), `osx' and `gem'. + 3rd-party project templates can be created inside the + `~/Library/RubyMotion/template' directory. * Deprecated `motion/project', existing iOS projects should now require `motion/project/template/ios' instead. We preserve compatibility for now. * Added the `motion account' command to open the license account page.