cask 'citrix-receiver' do version '12.1.1' sha256 '5138096b25c97cb37d037d27e6151fc96e1af9da5184347f2812b522fe35e8a7' # downloadplugins.citrix.com.edgesuite.net was verified as official when first introduced to the cask url 'http://downloadplugins.citrix.com.edgesuite.net/Mac/CitrixReceiverWeb.dmg' name 'Citrix Receiver' homepage 'https://www.citrix.com/receiver' license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder pkg 'Install Citrix Receiver.pkg' uninstall launchctl: [ 'com.citrix.AuthManager_Mac', 'com.citrix.ReceiverHelper', 'com.citrix.ServiceRecords', ], quit: [ 'Citrix.ServiceRecords', 'com.citrix.ReceiverHelper', ], pkgutil: 'com.citrix.ICAClient' zap delete: [ '~/Library/Application Support/Citrix Receiver', '~/Library/Preferences/com.citrix.receiver.nomas.plist', '~/Library/Preferences/com.citrix.receiver.nomas.plist.lockfile', '~/Library/Preferences/com.citrix.ReceiverFTU.AccountRecords.plist', '~/Library/Preferences/com.citrix.ReceiverFTU.AccountRecords.plist.lockfile', ] end