Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brew cask #1601

Merged
merged 10 commits into from
Jul 31, 2020
Merged

Brew cask #1601

merged 10 commits into from
Jul 31, 2020

Conversation

leszko11
Copy link
Collaborator

@leszko11 leszko11 commented Jul 29, 2020

Resolves #278

Short description 📝

Add a new up to configure cask projects in Homebrew:
.homebrewCask(projects: ["1password"])

Solution 📦

brew cask install command implemented based on Homebrew tap implemented by @pepibumur

Implementation 👩‍💻👨‍💻

  • UpHomebrewCask implementation in ProjectDescription and TuistLoader
  • Write unit tests
  • Test manually by using .homebrewCask(projects: ["1password"]) in Setup.swift file, and running project locally with up launch argument
  • Update changelog
  • Update documentation

Copy link
Contributor

@pepicrft pepicrft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the code I'd tell you have a lot of experience in this code base. Great job @leszko11 👍
The only thingh that is missing is updating the documentation to include this new task. After that I think we can merge the PR.

@leszko11
Copy link
Collaborator Author

Wow, thanks @pepibumur ! ❤️
I'll add documentation today

@pepicrft pepicrft merged commit 265c9a8 into tuist:master Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Tap/Cask in UpHomebrew
2 participants