mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-08 09:47:28 +08:00
fix conflict
This commit is contained in:
2
NEWS
2
NEWS
@@ -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 =
|
||||
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -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
2
vm
Submodule vm updated: 0ff3a560ad...19cafc5d44
Reference in New Issue
Block a user