forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap-studio.rb
25 lines (21 loc) · 1.12 KB
/
bootstrap-studio.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cask 'bootstrap-studio' do
version '5.1.1'
sha256 'fcf93b8f71c7893f983f10290bb7d0bfd302b7f10acbb56f851a5d7f5b9fe34b'
url "https://bootstrapstudio.io/releases/desktop/#{version}/Bootstrap%20Studio.dmg"
appcast 'https://bootstrapstudio.io/pages/releases'
name 'Bootstrap Studio'
homepage 'https://bootstrapstudio.io/'
auto_updates true
app 'Bootstrap Studio.app'
zap trash: [
'~/Library/Application Support/bstudio',
'~/Library/Application Support/CrashReporter/Bootstrap Studio*',
'~/Library/Caches/bg.zine.bootstrapstudio',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl2',
'~/Library/Caches/bg.zine.bootstrapstudio.ShipIt',
'~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*',
'~/Library/Preferences/bg.zine.bootstrapstudio.helper.plist',
'~/Library/Preferences/bg.zine.bootstrapstudio.plist',
'~/Library/Saved Application State/bg.zine.bootstrapstudio.savedState',
]
end