🍺 Revert formula build to use project

This commit is contained in:
Ben Chatelain 2018-10-15 18:49:02 -06:00
parent 1cfd47d7e0
commit 343c27b517

View file

@ -17,8 +17,9 @@ class Mas < Formula
def install def install
xcodebuild "-workspace", "mas-cli.xcworkspace", xcodebuild "-project", "mas-cli.xcodeproj",
"-scheme", "mas-cli Release", "-scheme", "mas-cli Release",
"-configuration," "Release",
"SYMROOT=#{buildpath.realpath}" "SYMROOT=#{buildpath.realpath}"
bin.install buildpath/"build/mas" bin.install buildpath/"build/mas"