This commit is contained in:
Laurent Sansonetti
2011-12-09 21:45:54 +01:00
parent bc78cdf659
commit 99cfbec1fd
2 changed files with 17 additions and 3 deletions

View File

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