mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-16 21:21:56 +08:00
1.17
This commit is contained in:
5
NEWS
5
NEWS
@@ -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
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user