Skip to content

Commit

Permalink
mailtrackerblocker: deprecate
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Krehel <[email protected]>
  • Loading branch information
krehel committed Apr 22, 2024
1 parent f7f6cc2 commit d1ee07b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Casks/m/mailtrackerblocker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,10 @@
desc "Email tracker, read receipt and spy pixel blocker plugin for Apple Mail"
homepage "https://apparition47.github.io/MailTrackerBlocker/"

deprecate! date: "2024-04-22", because: :moved_to_mas

auto_updates true
# Application does not work on macOS 14+, and is moved to the App Store
# This still receives updates for older macOS versions
depends_on macos: [
:el_capitan,
:sierra,
:high_sierra,
:mojave,
:catalina,
:big_sur,
:monterey,
:ventura,
]
depends_on macos: "<= :ventura"

pkg "MailTrackerBlocker.pkg"

Expand Down

0 comments on commit d1ee07b

Please sign in to comment.