wifispoof: add zap and uninstall delete

This commit is contained in:
Justin Krehel
2023-09-27 11:40:05 -04:00
parent c66c915a6b
commit 9cfbb824c9
+10
View File
@@ -17,4 +17,14 @@ cask "wifispoof" do
depends_on macos: ">= :el_capitan"
app "WiFiSpoof.app"
uninstall delete: [
"/Library/LaunchDaemons/com.sweetpproductions.WiFiSpoofHelperTool.plist",
"/Library/PrivilegedHelperTools/com.sweetpproductions.WiFiSpoofHelperTool",
]
zap trash: [
"~/Library/Application Scripts/com.sweetpproductions.WiFiSpoofApp",
"~/Library/Containers/com.sweetpproductions.WiFiSpoofApp",
]
end