From 9258c66112dfdcdbee8b6f9acb980fdb2d4ea2d0 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 3 Mar 2012 02:29:45 +0100 Subject: [PATCH] 0.53 --- NEWS | 6 ++++++ Rakefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index da06fc0a..37e1c20b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ += RubyMotion 0.53 = + + * Added `motion support', which allows developers to submit support tickets. + * Added missing sections in the Runtime guide: Reading Objective-C + Interfaces, Shortcuts and C function pointers and Blocks. + = RubyMotion 0.52 = * Added a new sample, locations, which demonstrates CoreData. diff --git a/Rakefile b/Rakefile index bbaed56a..2ebfa752 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms' -PROJECT_VERSION = '0.52' +PROJECT_VERSION = '0.53' sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path| File.basename(path).scan(/^iPhoneSimulator(.+)\.sdk$/)[0][0]