From 9a8b47ad7513fd8b97e9be5daa6b683253e4e8e2 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 8 Apr 2014 18:05:07 +0200 Subject: [PATCH] 2.27 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b9a6d145..39df4b6a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '2.26' +PROJECT_VERSION = '2.27' XCODE_PLATFORMS_DIR = (ENV['XCODE_PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms') sim_sdks = Dir.glob(File.join(XCODE_PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|