fix conflict

This commit is contained in:
Laurent Sansonetti
2013-06-14 13:52:02 +02:00
3 changed files with 4 additions and 2 deletions

2
NEWS
View File

@@ -7,6 +7,8 @@
* [iOS] Fixed a bug where `rake simulator' would open 2 simulator apps at
the same time, due to the fact that the application name changed between
Xcode 4.x and Xcode 5.
* Improve string interpolation performance. 40% faster.
* Improve String#delete performance. 5 times faster.
= RubyMotion 2.2 =

View File

@@ -1,4 +1,4 @@
PROJECT_VERSION = '2.2'
PROJECT_VERSION = '2.3'
PLATFORMS_DIR = (ENV['PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms')
sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|

2
vm

Submodule vm updated: 0ff3a560ad...19cafc5d44