Add myCloudDesktop.app 17.43.26 (#42298)

* Add myCloudDesktop.app 17.43.26

myCloudDesktop is the cloud offering of Swisscom, one of the local
telecom operaters in Switzerland.

The application is similar to well known alternatives like dropbox or
google drive and will synchronize a local directory with contents
stored on the cloud service.
This commit is contained in:
Christof Laenzlinger 2017-12-26 21:33:16 +01:00 committed by Victor Popkov
parent b632ed7120
commit 512ef5ba52
1 changed files with 23 additions and 0 deletions

23
Casks/mycloud.rb Normal file
View File

@ -0,0 +1,23 @@
cask 'mycloud' do
version '17.43.26'
sha256 '3d30ee7389686fce876949f7214881cceeb044f6ca0212021f5c06a83b969bd3'
# download-syncclient-mac.prod.mdl.swisscom.ch was verified as official when first introduced to the cask
url "https://download-syncclient-mac.prod.mdl.swisscom.ch/mac/myCloudDesktop-installer-#{version}.dmg"
name 'Swisscom myCloud Desktop'
homepage 'https://desktop.mycloud.ch/'
container nested: 'myCloudDesktop-installer.app/Contents/Resources/app/application.zip'
app 'myCloudDesktop.app'
uninstall login_item: 'myCloudDesktop',
quit: 'ch.swisscom.mycloud.desktop.finder',
signal: ['TERM', 'ch.swisscom.mycloud.desktop']
zap trash: [
'~/Library/Application Support/myCloudDesktop',
'~/Library/Preferences/ch.swisscom.mycloud.desktop.plist',
'~/Library/Preferences/ch.swisscom.mycloud.desktop.helper.plist',
]
end