This commit is contained in:
Watson
2013-06-14 01:37:10 +09:00
parent a0d2c5c180
commit 84182d3735

View File

@@ -1,4 +1,4 @@
PROJECT_VERSION = '2.2'
PROJECT_VERSION = '2.3'
PLATFORMS_DIR = (ENV['PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms')
sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|