Add copilot-for-xcode cask (#140274)

* Add copilot-for-xcode cask

* Update copilot-for-xcode.rb

---------

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Shx Guo
2023-01-28 04:15:56 +08:00
committed by GitHub
co-authored by Miccal Matthews
parent b246f1e545
commit 5aefb48856
+22
View File
@@ -0,0 +1,22 @@
cask "copilot-for-xcode" do
version "0.6.0"
sha256 "c4b8d3ee85cbaf2f32e5f204bc745bf76e37be4a6eafa678b156d1c604348fc7"
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"
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