ui-browser: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:46:08 -05:00
parent 161183ef8f
commit d18008b338
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,8 @@ cask "ui-browser" do
desc "Assistant for Apple's Accessibility and AppleScript GUI scripting"
homepage "https://latenightsw.com/freeware/ui-browser/"
deprecate! date: "2023-12-17", because: :discontinued
depends_on macos: ">= :sierra"
app "UI Browser.app"
@ -16,8 +18,4 @@ cask "ui-browser" do
"~/Library/Caches/com.apple.helpd/Generated/com.pfiddlesoft.uibrowser.help*",
"~/Library/Preferences/com.pfiddlesoft.uibrowser.plist",
]
caveats do
discontinued
end
end