From cfc1dbbd61048f6eea438a498d4baa2b87ffefab Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 7 Jan 2014 15:55:06 +0900 Subject: [PATCH] 2.20 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7cb4ead6..6a0cbe31 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '2.19' +PROJECT_VERSION = '2.20' 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|