From 44f33739e7370fdd6e5c9bab4f1e998609d46401 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 20 Jan 2024 14:45:59 +0000 Subject: [PATCH] foxitreader: Fix RuboCop `Cask/ArrayAlphabetization` offenses --- Casks/f/foxitreader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/f/foxitreader.rb b/Casks/f/foxitreader.rb index c0cbe5362b..588eb2e188 100644 --- a/Casks/f/foxitreader.rb +++ b/Casks/f/foxitreader.rb @@ -25,13 +25,13 @@ cask "foxitreader" do delete: "/Applications/Foxit PDF Reader.app" zap trash: [ + "/Library/LaunchDaemons/com.foxit.PDFReaderUpdateService.plist", "~/Library/Application Support/Foxit Software/Addon/Foxit PDF Reader", "~/Library/Application Support/Foxit Software/Foxit PDF Reader", "~/Library/Caches/com.foxit-software.Foxit PDF Reader", "~/Library/HTTPStorages/com.foxit-software.Foxit%20PDF%20Reader.binarycookies", - "~/Library/Preferences/Foxit Software", "~/Library/Preferences/com.foxit-software.Foxit PDF Reader*", + "~/Library/Preferences/Foxit Software", "~/Library/Saved Application State/com.foxit-software.Foxit PDF Reader.savedState", - "/Library/LaunchDaemons/com.foxit.PDFReaderUpdateService.plist", ] end