This commit is contained in:
Laurent Sansonetti
2012-01-23 16:19:08 +01:00
parent 762adbd73f
commit 38565aa2a5
2 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
PLATFORMS_DIR = '/Developer/Platforms'
PROJECT_VERSION = '0.41'
PROJECT_VERSION = '0.42'
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]