This commit is contained in:
Laurent Sansonetti
2012-03-29 13:21:08 +02:00
parent cfc7f7d784
commit 2b02564e89
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
= RubyMotion 0.64 =
* Added a new sample code, gesture_table, which demonstrates a table view
that can be manipulated with gestures (similar to the Clear iOS app).
Thanks Josh Ballanco for contributing the initial version of the code.
* Added a new sample code, mustache, a port of the famous MacRuby sample
to iOS. Demonstrates CoreImage's face detection feature. Thanks to Josh
Ballanco for the matrix algebra.
= RubyMotion 0.63 =
* Changed #methods and others to not return Objective-C methods whose names

View File

@@ -1,5 +1,5 @@
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
PROJECT_VERSION = '0.63'
PROJECT_VERSION = '0.64'
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]