diff options
| author | Mike McQuaid | 2014-12-09 09:26:51 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-09 09:26:51 +0000 |
| commit | 5c29c1e350fcc01ff16f6f5ece3764fce3ff8780 (patch) | |
| tree | e2ea76c38d06ddaeb24e81da2246dff92321d20d /Library | |
| parent | 1e5bb646484d3df8c5cbe7be9adcb8a473d40b89 (diff) | |
| download | homebrew-5c29c1e350fcc01ff16f6f5ece3764fce3ff8780.tar.bz2 | |
xctool: use new XcodeDependency versions.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/xctool.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb index 94c1297e1..91c5e8d1f 100644 --- a/Library/Formula/xctool.rb +++ b/Library/Formula/xctool.rb @@ -1,10 +1,5 @@ require 'formula' -class Xcode5 < Requirement - fatal true - satisfy { MacOS::Xcode.version >= "5.0" } -end - class Xctool < Formula homepage 'https://github.com/facebook/xctool' url 'https://github.com/facebook/xctool/archive/v0.2.2.tar.gz' @@ -18,8 +13,7 @@ class Xctool < Formula sha1 "384f13a1e0750e1c16cf112eb97c1f44bb724cd2" => :mountain_lion end - depends_on :xcode - depends_on Xcode5 + depends_on :xcode => "5.0" def install system "./scripts/build.sh", "XT_INSTALL_ROOT=#{libexec}" |
