From d6547b2137927c0f4cf7ea45fbb6d2ae5a6789a8 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 10 Apr 2012 20:42:34 +0200 Subject: [PATCH] 0.68 --- NEWS | 9 +++++++++ Rakefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 187152ba..94387b24 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ += RubyMotion 0.68 = + + * Added a new sample, trollify, that demonstrates gestures, image editing, + camera picture acquisition and interacting with the photo library roll. + The code was graciously contributed by Johannes Fahrenkrug. + * Fixed a crash that could happen in the REPL when working on an application + that makes use of CoreImage, because CoreImage bundles its own version of + the LLVM JIT with all symbols exposed. + = RubyMotion 0.67 = * Fixed a regression in the compiler introduced by new changes in the diff --git a/Rakefile b/Rakefile index e1911e7f..33734baf 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms' -PROJECT_VERSION = '0.67' +PROJECT_VERSION = '0.68' 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]