apple-events: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:45:46 -05:00
parent a93f1fe7da
commit 16685fee7a
+2 -4
View File
@@ -7,6 +7,8 @@ cask "apple-events" do
desc "Unofficial Apple Events app"
homepage "https://github.com/insidegui/AppleEvents"
deprecate! date: "2023-12-17", because: :discontinued
auto_updates true
app "Apple Events.app"
@@ -16,8 +18,4 @@ cask "apple-events" do
"~/Library/Caches/br.com.guilhermerambo.Apple-Events",
"~/Library/Preferences/br.com.guilhermerambo.Apple-Events.plist",
]
caveats do
discontinued
end
end