mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-11 11:39:09 +08:00
1.1
This commit is contained in:
7
NEWS
7
NEWS
@@ -1,3 +1,10 @@
|
||||
= RubyMotion 1.1 =
|
||||
|
||||
* Fixed a bug in `rake simulator' where view detection would not work on
|
||||
non-English desktops (error "Cannot locate the Simulator app").
|
||||
* Fixed `rake device' to print a human-readable error message in case the
|
||||
deployment might fail because another process is connected to the device.
|
||||
|
||||
= RubyMotion 1.0 =
|
||||
|
||||
* First release.
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '1.0'
|
||||
PROJECT_VERSION = '1.1'
|
||||
|
||||
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