From 5c29c1e350fcc01ff16f6f5ece3764fce3ff8780 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 9 Dec 2014 09:26:51 +0000 Subject: xctool: use new XcodeDependency versions. --- Library/Formula/xctool.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Library/Formula') 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}" -- cgit v1.2.3