mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-17 12:20:25 +08:00
1.6
This commit is contained in:
8
NEWS
8
NEWS
@@ -1,3 +1,11 @@
|
||||
= RubyMotion 1.6 =
|
||||
|
||||
* Fixed a regression in the build system introduced by the previous update
|
||||
(when compiling .xib files).
|
||||
* Fixed the vendoring system to include all source code files. Merged patch
|
||||
from https://groups.google.com/d/msg/rubymotion/tPCxSMCA2f4/w2DIHFo2AVAJ
|
||||
* Fixed the REPL to not crash if you give it an empty expression.
|
||||
|
||||
= RubyMotion 1.5 =
|
||||
|
||||
* Improved the REPL to support multi-line expressions.
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '1.5'
|
||||
PROJECT_VERSION = '1.6'
|
||||
|
||||
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