mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-13 09:40:32 +08:00
0.25
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,3 +1,7 @@
|
||||
= RubyMotion 0.25 =
|
||||
|
||||
* Fix regressions in the build system.
|
||||
|
||||
= RubyMotion 0.24 =
|
||||
|
||||
* Updated doc/ReferenceManual.html to track the new changes and also to
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Developer/Platforms'
|
||||
PROJECT_VERSION = '0.24'
|
||||
PROJECT_VERSION = '0.25'
|
||||
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user