mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-12 10:36:58 +08:00
0.64
This commit is contained in:
9
NEWS
9
NEWS
@@ -1,3 +1,12 @@
|
||||
= RubyMotion 0.64 =
|
||||
|
||||
* Added a new sample code, gesture_table, which demonstrates a table view
|
||||
that can be manipulated with gestures (similar to the Clear iOS app).
|
||||
Thanks Josh Ballanco for contributing the initial version of the code.
|
||||
* Added a new sample code, mustache, a port of the famous MacRuby sample
|
||||
to iOS. Demonstrates CoreImage's face detection feature. Thanks to Josh
|
||||
Ballanco for the matrix algebra.
|
||||
|
||||
= RubyMotion 0.63 =
|
||||
|
||||
* Changed #methods and others to not return Objective-C methods whose names
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '0.63'
|
||||
PROJECT_VERSION = '0.64'
|
||||
|
||||
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