From fa38d3631cde5e38741f06af0553224e1e809f3e Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 31 Mar 2019 17:35:15 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Configure=20Carthage=20to=20only?= =?UTF-8?q?=20build=20release=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 7ee6876..00a15f2 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -26,7 +26,8 @@ class Mas < Formula EOS ENV["XCODE_XCCONFIG_FILE"] = xcconfig - system "carthage", "bootstrap", "--platform", "macOS" + # Only build necessary dependencies (Commandant, Result) + system "carthage", "bootstrap", "--platform", "macOS", "Commandant", "Result" system "script/install", prefix bash_completion.install "contrib/completion/mas-completion.bash" => "mas"