This commit is contained in:
Laurent Sansonetti
2012-03-22 19:19:22 +01:00
parent 9d97041134
commit 372da73ef2
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
= RubyMotion 0.60 =
* Fixed various bugs in the REPL (also, make it work under Snow Leopard).
= RubyMotion 0.59 =
* Changed `motion create' to now print the files it creates on screen.

View File

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