From dcf384650d2c725df2e5bb57cdadefb52e97b1c2 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 29 May 2012 13:44:28 +0200 Subject: [PATCH] 1.8 --- NEWS | 8 ++++++++ Rakefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 65317570..b67f3752 100644 --- a/NEWS +++ b/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 diff --git a/Rakefile b/Rakefile index e75fe92b..517e8055 100644 --- a/Rakefile +++ b/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]