mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 17:40:51 +08:00
2.0
This commit is contained in:
2
NEWS
2
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
|
||||
|
||||
2
Rakefile
2
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|
|
||||
|
||||
Reference in New Issue
Block a user