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

Deprecate MenuMeters recipes #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion RagingMenace/MenuMeters.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@
<string>https://www.ragingmenace.com/software/download/MenuMeters.dmg</string>
</dict>
<key>MinimumVersion</key>
<string>0.2.0</string>
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>DeprecationWarning</string>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>MenuMeters by Raging Menace is not compatible with recent macOS versions (details: https://ragingmenace.com/software/menumeters/index.html#requirement). There is a fork of MenuMeters by yujitach that runs on newer macOS versions, and recipes for the yujitach version are available in the kevinmcox-recipes repo. This recipe is deprecated and will be removed in the future.</string>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down