-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add homebrew formula #3
Comments
From what you described |
Thanks for taking a look into this @tbrachkov. Looking at a few formulas, it seems a link to the github repo may suffice (e.g. SwiftLint, XcodeGen). |
After we have the install action added to the makefile we are one step closer to add a |
Closes bloomberg/xcdiff#3 xcdiff is an extensible tool that finds differences between two .xcodeproj project files. It can be thought of as git diff for .xcodeproj files, which can be used directly from the command line as well as a library supporting your own set of tools.
* xcdiff 0.9.0 (new formula) Closes bloomberg/xcdiff#3 xcdiff is an extensible tool that finds differences between two .xcodeproj project files. It can be thought of as git diff for .xcodeproj files, which can be used directly from the command line as well as a library supporting your own set of tools. * Extend the test case * Fix line is too long issue se --formula parameter * Add depends_on :macos * Add dependency on Xcode 13.3 * Bump version to 0.10.0 * Refactor test code based on @SMillerDev suggestion * Replace assert_match by assert_equal based on @SMillerDev suggestion * Fix intendention Closes #116818. Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Co-authored-by: Marcin Iwanicki <iwan@icode.pl> Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
resolved via #126 |
Is your feature request related to a problem? Please describe.
To ease the process of installing xcdiff, it would be great to add homebrew support such that it can be installed via:
Describe the solution you'd like
Add a homebrew formula for xcdiff.
The text was updated successfully, but these errors were encountered: