mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update realm-studio.rb for auto_updates and zap (#59918)
* Update realm-studio.rb for auto_updates and zap * Update realm-studio.rb
This commit is contained in:
@@ -7,5 +7,17 @@ cask 'realm-studio' do
|
||||
name 'Realm Studio'
|
||||
homepage 'https://realm.io/products/realm-studio/'
|
||||
|
||||
auto_updates true
|
||||
|
||||
app 'Realm Studio.app'
|
||||
|
||||
zap delete: [
|
||||
'~/Library/Application Support/Realm Studio',
|
||||
'~/Library/Caches/io.realm.realm-studio',
|
||||
'~/Library/Caches/io.realm.realm-studio.ShipIt',
|
||||
'~/Library/Logs/Realm Studio',
|
||||
'~/Library/Preferences/io.realm.realm-studio.helper.plist',
|
||||
'~/Library/Preferences/io.realm.realm-studio.plist',
|
||||
'~/Library/Saved Application State/io.realm.realm-studio.savedState',
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user