mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-10 22:49:26 +08:00
1.8
This commit is contained in:
8
NEWS
8
NEWS
@@ -1,3 +1,11 @@
|
||||
= RubyMotion 1.8 =
|
||||
|
||||
* Fixed a bug in the generation of BridgeSupport files for multiple headers
|
||||
directories.
|
||||
* When building vendored projects, unset environment variables that could
|
||||
potentially make the build to fail.
|
||||
https://github.com/HipByte/motion-cocoapods/issues/12
|
||||
|
||||
= RubyMotion 1.7 =
|
||||
|
||||
* Fixed a bug in the compiler where the proper signature would not be used
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -1,5 +1,5 @@
|
||||
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
|
||||
PROJECT_VERSION = '1.7'
|
||||
PROJECT_VERSION = '1.8'
|
||||
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user