clashx: remove

This commit is contained in:
Sam Ford
2023-11-05 17:21:24 -05:00
parent 5ddbe2879c
commit 57fb237145
-37
View File
@@ -1,37 +0,0 @@
cask "clashx" do
version "1.118.0"
sha256 "c7399660f739eb0eb86e4fb1a5da854318db356bef3a80bcd15a5d329fd5a8b0"
url "https://github.com/yichengchen/clashX/releases/download/#{version}/ClashX.dmg"
name "ClashX"
desc "Rule-based custom proxy with GUI based on clash"
homepage "https://github.com/yichengchen/clashX"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :sierra"
app "ClashX.app"
uninstall delete: [
"/Library/LaunchDaemons/com.west2online.ClashX.ProxyConfigHelper.plist",
"/Library/PrivilegedHelperTools/com.west2online.ClashX.ProxyConfigHelper",
],
launchctl: "com.west2online.ClashX.ProxyConfigHelper",
quit: "com.west2online.ClashX"
zap trash: [
"~/Library/Application Support/com.west2online.ClashX",
"~/Library/Caches/com.crashlytics.data/com.west2online.ClashX",
"~/Library/Caches/com.west2online.ClashX",
"~/Library/Caches/io.fabric.sdk.mac.data/com.west2online.ClashX",
"~/Library/Cookies/com.west2online.ClashX.binarycookies",
"~/Library/Logs/ClashX",
"~/Library/Preferences/com.west2online.ClashX.plist",
"~/.config/clash/",
]
end