mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🍺 Revert formula build to use project
This commit is contained in:
parent
1cfd47d7e0
commit
343c27b517
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue