mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-16 23:10:54 +08:00
0.67
This commit is contained in:
5
NEWS
5
NEWS
@@ -1,3 +1,8 @@
|
||||
= RubyMotion 0.67 =
|
||||
|
||||
* Fixed a regression in the compiler introduced by new changes in the
|
||||
previous build.
|
||||
|
||||
= RubyMotion 0.66 =
|
||||
|
||||
* Added support for calling variadic functions or methods. Currently, the
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '0.66'
|
||||
PROJECT_VERSION = '0.67'
|
||||
|
||||
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