homebrew-cask/Casks/cookie.rb

23 lines
777 B
Ruby

cask "cookie" do
version "6.1.4"
sha256 "e33c924d10944933d42b8b831a70ad2107243dae871af8a37ce50e2d7ec62384"
url "https://sweetpproductions.com/products/cookieapp/Cookie.dmg"
appcast "https://sweetpproductions.com/products/cookieapp/appcast.xml"
name "Cookie"
homepage "https://sweetpproductions.com/"
depends_on macos: ">= :mojave"
app "Cookie.app"
zap trash: [
"~/Library/Application Scripts/com.sweetpproductions.Cookie5",
"~/Library/Containers/com.sweetpproductions.Cookie5",
"~/Library/Preferences/com.sweetpproductions.Cookie5.plist",
"~/Library/Application Scripts/com.sweetpproductions.CookieApp",
"~/Library/Containers/com.sweetpproductions.CookieApp",
"~/Library/Preferences/com.sweetpproductions.CookieApp.plist",
]
end