This commit is contained in:
Laurent Sansonetti
2012-05-29 13:44:28 +02:00
parent 99882e7f22
commit dcf384650d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms'
PROJECT_VERSION = '1.7'
PROJECT_VERSION = '1.8'
sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|
File.basename(path).scan(/^iPhoneSimulator(.+)\.sdk$/)[0][0]