This commit is contained in:
Laurent Sansonetti
2012-04-10 14:03:02 +02:00
parent 60b8c5a21a
commit 9c59ff605d
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@@ -1,3 +1,8 @@
= RubyMotion 0.67 =
* Fixed a regression in the compiler introduced by new changes in the
previous build.
= RubyMotion 0.66 =
* Added support for calling variadic functions or methods. Currently, the

View File

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