controllermate: Fix RuboCop `Cask/ArrayAlphabetization` offenses

This commit is contained in:
Issy Long 2024-01-20 14:45:14 +00:00
parent a4cdd27bf2
commit 366c424308
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ cask "controllermate" do
pkg "#temp#/ControllerMate.sparkle_interactive.pkg"
uninstall launchctl: [
"com.orderedbytes.ControllerMateHelper",
"com.orderedbytes.ControllerMate.KextHelper",
"com.orderedbytes.ControllerMateHelper",
],
signal: [
["TERM", "com.orderedbytes.ControllerMate#{version.major}"],
@ -35,9 +35,9 @@ cask "controllermate" do
"com.orderedbytes.driver.ControllerMateFamily",
],
delete: [
"/Applications/ControllerMate.app",
"/Library/Extensions/ControllerMate.kext,/Library/Application Support/ControllerMate/",
"/Library/LaunchAgents/com.orderedbytes.ControllerMateHelper.plist",
"/Applications/ControllerMate.app",
"/private/var/db/receipts/com.orderedbytes.controllermate.*",
]