DP2 -> DP3

This commit is contained in:
Laurent Sansonetti
2012-07-28 22:02:20 +02:00
parent 0c83fc03fc
commit e2da0d64c3

View File

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