This commit is contained in:
Laurent Sansonetti
2012-09-06 15:09:49 +02:00
parent 0779d60f2d
commit 3eea78e85a

View File

@@ -7,7 +7,7 @@ def die(*msg)
exit 1
end
xcode = '/Applications/Xcode45-DP3.app'
xcode = '/Applications/Xcode45-DP4.app'
sdk_version = '6.0'
die "Xcode 4.5 must be installed as '#{xcode}'" unless File.exist?(xcode)