We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226bc25 commit 46b84c6Copy full SHA for 46b84c6
1 file changed
Tool/Package.swift
@@ -81,8 +81,7 @@ let package = Package(
81
url: "https://github.com/intitni/generative-ai-swift",
82
branch: "support-setting-base-url"
83
),
84
-// .package(url: "https://github.com/intitni/CopilotForXcodeKit", from: "0.7.1"),
85
- .package(path: "../../../CopilotForXcodeKit"),
+ .package(url: "https://github.com/intitni/CopilotForXcodeKit", branch: "custom-chat-tab"),
86
87
// TreeSitter
88
.package(url: "https://github.com/intitni/SwiftTreeSitter.git", branch: "main"),
0 commit comments