From 343c27b517b47a842279ebb4fb09d105425d6f9f Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 15 Oct 2018 18:49:02 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BA=20Revert=20formula=20build=20to=20?= =?UTF-8?q?use=20project?= 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 37b578b..0f70af2 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -17,8 +17,9 @@ class Mas < Formula def install - xcodebuild "-workspace", "mas-cli.xcworkspace", + xcodebuild "-project", "mas-cli.xcodeproj", "-scheme", "mas-cli Release", + "-configuration," "Release", "SYMROOT=#{buildpath.realpath}" bin.install buildpath/"build/mas"