This commit is contained in:
Laurent Sansonetti
2012-04-10 20:42:34 +02:00
parent 587f78f038
commit d6547b2137
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -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

View File

@@ -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]