mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-19 23:50:20 +08:00
0.62
This commit is contained in:
10
NEWS
10
NEWS
@@ -1,3 +1,13 @@
|
||||
= RubyMotion 0.62 =
|
||||
|
||||
* Fixed a bug when `rake spec' would start the REPL.
|
||||
* Added persistent REPL history.
|
||||
* Changed the REPL to not exit with an error status in case of a broken pipe.
|
||||
* Changed `motion create' to generate a .gitignore file, which currently
|
||||
lists `build' and `.repl_history'.
|
||||
* Added completion functionality to the REPL. Use the <tab> key to complete
|
||||
methods, constants, instance variables and local variables.
|
||||
|
||||
= RubyMotion 0.61 =
|
||||
|
||||
* Fixed a bug when doing `rake clean' on a project with vendored projects.
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '0.61'
|
||||
PROJECT_VERSION = '0.62'
|
||||
|
||||
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