From b6d689bc4f994b171d8f951c2bbd02fbf6dd5d76 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 3 Feb 2014 22:32:34 +0900 Subject: [PATCH] fix typo --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2fc84426..8a8a7256 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '2.222' +PROJECT_VERSION = '2.22' 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|