Skip to content

Commit

Permalink
Release 4.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuistit authored and github-actions[bot] committed Dec 24, 2024
1 parent 1fd2d2a commit 1746821
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Aliases/tuist
2 changes: 1 addition & 1 deletion Aliases/tuist@4
2 changes: 1 addition & 1 deletion 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 TuistAT4382 < Formula
desc "Create, maintain, and interact with Xcode projects at scale"
homepage "https://tuist.io"
url "https://github.com/tuist/tuist/releases/download/4.38.2/tuist.zip"
sha256 "14af45d18de9d3834ea32d4c9e572f8a69bf2c603963e950f4febbf5234d3b30"
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 1746821

Please sign in to comment.