Skip to content

Commit

Permalink
xctool: order dependencies alphabetically
Browse files Browse the repository at this point in the history
Closes #12933.

Signed-off-by: Michka Popoff <[email protected]>
  • Loading branch information
issyl0 authored and iMichka committed May 9, 2019
1 parent ca9a565 commit 94d6159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/xctool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Xctool < Formula
sha256 "193c2940c85153bfffed60c0f572f3fa26ee6e7e4781d8c0e3b477a0a9bd2f80" => :sierra
end

depends_on :xcode => "7.0" if OS.mac?
depends_on :macos
depends_on :xcode => "7.0" if OS.mac?

def install
xcodebuild "-workspace", "xctool.xcworkspace",
Expand Down

0 comments on commit 94d6159

Please sign in to comment.