This commit is contained in:
Laurent Sansonetti
2014-02-03 14:25:43 +01:00
parent 89a34acff7
commit 1c724cdb07

View File

@@ -1,4 +1,4 @@
PROJECT_VERSION = '2.21'
PROJECT_VERSION = '2.222'
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|