diff --git a/NEWS b/NEWS index f1a2bb66..d762b313 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/Rakefile b/Rakefile index 3f78ae36..768709f2 100644 --- a/Rakefile +++ b/Rakefile @@ -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|