Skip to content

Commit

Permalink
Release 4.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuistit authored and github-actions[bot] committed Dec 11, 2024
1 parent a5f95f4 commit 52a528c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aliases/tuist
2 changes: 1 addition & 1 deletion Aliases/tuist@4
1 change: 1 addition & 0 deletions Aliases/[email protected]
21 changes: 21 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
class TuistAT4370 < Formula
desc "Create, maintain, and interact with Xcode projects at scale"
homepage "https://tuist.io"
url "https://github.com/tuist/tuist/releases/download/4.37.0/tuist.zip"
sha256 "7cf776562b102a9ff95d4643efec69ab43d6bee71c94d51d89722549a8ad3cd2"
license "MIT"
head "https://github.com/tuist/tuist.git", branch: "main"

depends_on macos: :monterey

def install
bin.install "tuist"
lib.install "ProjectDescription.framework"
lib.install "ProjectDescription.framework.dSYM"
share.install "Templates"
end

test do
assert_match version.to_s, shell_output("${bin}/tuist version")
end
end

0 comments on commit 52a528c

Please sign in to comment.