This commit is contained in:
Laurent Sansonetti
2012-07-12 23:48:36 +02:00
parent cf862975f0
commit 2a49edff7d
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@@ -1,3 +1,8 @@
= RubyMotion 1.17 =
* Removed the Bundler support as it's apparently causing issues on certain
environments. It will be added back once we figure out the edge cases.
= RubyMotion 1.16 =
* Fixed a compiler bug in the way certain opaque types in the CoreMIDI

View File

@@ -1,4 +1,4 @@
PROJECT_VERSION = '1.16'
PROJECT_VERSION = '1.17'
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|