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"