homebrew-cask/Casks/android-file-transfer.rb

21 lines
808 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'android-file-transfer' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# google.com/dl/androidjumper was verified as official when first introduced to the cask
url 'https://dl.google.com/dl/androidjumper/mtp/current/androidfiletransfer.dmg'
2015-01-04 11:02:35 +08:00
name 'Android File Transfer'
homepage 'https://www.android.com/filetransfer/'
2014-09-16 00:05:14 +08:00
app 'Android File Transfer.app'
2016-02-09 07:13:51 +08:00
uninstall login_item: 'Android File'
2016-02-08 17:00:39 +08:00
zap delete: [
'~/Library/Application Support/Google/Android File Transfer',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.google.android.mtpviewer.sfl',
'~/Library/Preferences/com.google.android.mtpviewer.plist',
],
rmdir: '~/Library/Application Support/Google/'
2013-06-18 06:49:59 +08:00
end