Files
homebrew-cask/Casks/s/switch.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
658 B
Ruby

cask "switch" do
version "11.09"
sha256 :no_check
url "https://www.nch.com.au/components/switchmaci.zip"
name "Switch Audio Converter"
desc "Multiple format audio file converter"
homepage "https://www.nch.com.au/switch/"
livecheck do
url :url
strategy :extract_plist
end
app "Switch.app"
zap trash: [
"~/Library/Application Support/Switch",
"~/Library/Application Support/SwitchSubStatAbort",
"~/Library/Caches/com.apple.tiswitcher.cache",
"~/Library/Caches/SwitchCounts.txt",
"~/Library/Preferences/ByHost/com.nchsoftware.switch.*.plist",
"~/Library/Preferences/com.nchsoftware.switch.plist",
]
end