This commit is contained in:
Laurent Sansonetti
2012-05-05 23:08:26 +02:00
parent d7064d436f
commit 10f1cc596b
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -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.

View File

@@ -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]