Update fontexplorer-x-pro - uninstall / zap (#37584)

This commit is contained in:
commitay 2017-08-12 05:16:18 +10:00 committed by Victor Popkov
parent b2b8f43923
commit 81f5739c7e
1 changed files with 15 additions and 6 deletions

View File

@ -10,15 +10,24 @@ cask 'fontexplorer-x-pro' do
app 'FontExplorer X Pro.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.linotype.FontExplorerX.securityhelper',
launchctl: [
'com.linotype.FontExplorerX.securityhelper',
'com.linotype.FontFolderProtector',
],
quit: 'com.linotype.FontExplorerX'
zap delete: [
'/Library/PrivilegedHelperTools/com.linotype.FontExplorerX.securityhelper',
'/Library/LaunchDaemons/com.linotype.FontExplorerX.securityhelper.plist',
'~/Library/Application Support/Linotype/FontExplorer X',
'~/Library/Application\ Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.linotype.fontexplorerx.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.linotype.fontexplorerx.sfl',
'~/Library/Caches/com.linotype.FontExplorerX',
'~/Library/Caches/Metadata/FontExplorer X',
'~/Library/Cookies/com.linotype.FontExplorerX.binarycookies',
'~/Library/LaunchAgents/com.linotype.FontFolderProtector.plist',
'~/Library/Saved Application State/com.linotype.FontExplorerX.savedState',
],
trash: [
'~/Library/Application Support/Linotype/FontExplorer X',
'~/Library/Preferences/com.linotype.FontExplorerX.plist',
'~/Library/Saved\ Application\ State/com.linotype.FontExplorerX.savedState',
'/Users/Shared/.FontExplorer X Server',
'/Users/Shared/FontExplorer X Server',
]
end