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:
nuomi1
2019-03-08 02:17:19 +00:00
committed by Vítor Galvão
parent ee9b87a0cc
commit 85149a898b
+12
View File
@@ -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