This commit is contained in:
Watson
2013-05-11 10:00:58 +09:00
parent cc9c4695d7
commit b792817a43
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
= RubyMotion 1.36 =
= RubyMotion 2.0 =
* Added OSX development support. Use `motion create --template=osx' to create
an OSX project. Use `rake -T' inside to see the available tasks and

View File

@@ -1,4 +1,4 @@
PROJECT_VERSION = '1.36'
PROJECT_VERSION = '2.0'
PLATFORMS_DIR = (ENV['PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms')
sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|