forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookie.rb
22 lines (18 loc) · 854 Bytes
/
cookie.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cask 'cookie' do
version '6.0.2'
sha256 'd5e86598d981987e159e39dcf167443e77547fc1fb241c391c54867b59c890a8'
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