homebrew-cask/Casks/qbserve.rb

24 lines
899 B
Ruby

cask 'qbserve' do
version '1.66'
sha256 '109f6c61251625f4f6d80c65fbab51ecff33fbf395f3378a9b731b0013e97df3'
url "https://qotoqot.com/qbserve/app/Qbserve-#{version}.zip"
appcast 'https://qotoqot.com/qbserve/app/appcast.xml',
checkpoint: '9fb29cefaa0ed46861ee3c83d395065d5bc84028d40c836e27c6fbf5215192d2'
name 'Qbserve'
homepage 'https://qotoqot.com/qbserve/'
accessibility_access true
depends_on macos: '>= :yosemite'
app 'Qbserve.app'
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.qotoqot.qbserve.sfl',
'~/Library/Application Support/Qbserve',
'~/Library/Caches/com.QotoQot.Qbserve',
'~/Library/Containers/com.QotoQot.QbserveLogin',
'~/Library/Preferences/com.qotoqot.qbserve.plist',
]
end