Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / s / shortcutdetective.rb
blobc448f280e2c612613767c0482a7c7009dc74a7d8
1 cask "shortcutdetective" do
2   version "1.0"
3   sha256 :no_check
5   url "https://www.irradiatedsoftware.com/downloads/ShortcutDetective.zip"
6   name "ShortcutDetective"
7   desc "Detects which app receives a keyboard shortcut (hotkey)"
8   homepage "https://www.irradiatedsoftware.com/labs/"
10   deprecate! date: "2024-07-15", because: :unmaintained
12   app "ShortcutDetective.app"
14   zap trash: "~/Library/Preferences/com.irradiatedsoftware.ShortcutDetective.plist"
16   caveats do
17     requires_rosetta
18   end
19 end