homebrew-cask/Casks/c/copilot-for-xcode.rb

29 lines
948 B
Ruby

cask "copilot-for-xcode" do
version "0.33.2"
sha256 "64d1e1e56760e3cb3e7fd24d352f9ddb2fe2f4bf876fd2554f022a1dcc86d234"
url "https://github.com/intitni/CopilotForXcode/releases/download/#{version}/Copilot.for.Xcode.app.zip"
name "Copilot for Xcode"
desc "Xcode extension for GitHub Copilot"
homepage "https://github.com/intitni/CopilotForXcode"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :monterey"
app "Copilot for Xcode.app"
zap trash: [
"~/Library/Application Scripts/*com.intii.CopilotForXcode*",
"~/Library/Application Support/com.intii.CopilotForXcode",
"~/Library/Containers/com.intii.CopilotForXcode.EditorExtension",
"~/Library/Group Containers/*group.com.intii.CopilotForXcode*",
"~/Library/LaunchAgents/com.intii.CopilotForXcode.XPCService.plist",
"~/Library/Preferences/5YKZ4Y3DAW.group.com.intii.CopilotForXcode.plist",
]
end