mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 10:37:57 +08:00
0.68
This commit is contained in:
9
NEWS
9
NEWS
@@ -1,3 +1,12 @@
|
||||
= RubyMotion 0.68 =
|
||||
|
||||
* Added a new sample, trollify, that demonstrates gestures, image editing,
|
||||
camera picture acquisition and interacting with the photo library roll.
|
||||
The code was graciously contributed by Johannes Fahrenkrug.
|
||||
* Fixed a crash that could happen in the REPL when working on an application
|
||||
that makes use of CoreImage, because CoreImage bundles its own version of
|
||||
the LLVM JIT with all symbols exposed.
|
||||
|
||||
= RubyMotion 0.67 =
|
||||
|
||||
* Fixed a regression in the compiler introduced by new changes in the
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '0.67'
|
||||
PROJECT_VERSION = '0.68'
|
||||
|
||||
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