-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
brightintosh: deprecate #170884
brightintosh: deprecate #170884
Conversation
I think the cask can be disabled but not simply deleted.
|
@niklasr22 Can you please explain the situation a bit more? I can see that the latest version is still available from - https://c.brightintosh.de/updates/BrightIntosh_v1.6.1.dmg |
@bevanjkay Development is still active. For now I want to only distribute the built application through Apples App Store as donations didn't cover the costs of providing notarized builds. |
@niklasr22 No worries, thanks for the update. We should still use the |
we dont do straight removal at best, I will update this PR to use |
4a29f7e
to
4bf969e
Compare
Signed-off-by: Rui Chen <[email protected]>
4bf969e
to
85834ad
Compare
Thank you @chenrui333! Sorry I couldn't find time yet. |
Removes the
brightintosh
cask because I can no longer provide the prebuilt application at this time.Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.