|
37 | 37 | C861E6152994F6080056CB02 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C861E6142994F6080056CB02 /* Assets.xcassets */; }; |
38 | 38 | C861E61E2994F6150056CB02 /* Service in Frameworks */ = {isa = PBXBuildFile; productRef = C861E61D2994F6150056CB02 /* Service */; }; |
39 | 39 | C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861E61F2994F6390056CB02 /* ServiceDelegate.swift */; }; |
| 40 | + C8758E7029F04BFF00D29C1C /* CustomCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */; }; |
| 41 | + C8758E7229F04CF100D29C1C /* SeparatorCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */; }; |
40 | 42 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */; }; |
41 | 43 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87B03A6293B261900C77EAE /* RejectSuggestionCommand.swift */; }; |
42 | 44 | C87B03A9293B262600C77EAE /* NextSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87B03A8293B262600C77EAE /* NextSuggestionCommand.swift */; }; |
|
48 | 50 | C882175A294187E100A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C8821759294187E100A22FD3 /* Client */; }; |
49 | 51 | C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; }; |
50 | 52 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 53 | + C8D737C029F19DDD00EFD3C6 /* CustomCommandView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D737BF29F19DDD00EFD3C6 /* CustomCommandView.swift */; }; |
51 | 54 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
52 | 55 | C8EE079D29CC21300043B6D9 /* AccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079C29CC21300043B6D9 /* AccountView.swift */; }; |
53 | 56 | C8EE079F29CC25C20043B6D9 /* OpenAIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */; }; |
54 | | - C8EE07A129CC9ED30043B6D9 /* ExplainSelectionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */; }; |
55 | 57 | /* End PBXBuildFile section */ |
56 | 58 |
|
57 | 59 | /* Begin PBXContainerItemProxy section */ |
|
187 | 189 | C861E6142994F6080056CB02 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
188 | 190 | C861E6192994F6080056CB02 /* ExtensionService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ExtensionService.entitlements; sourceTree = "<group>"; }; |
189 | 191 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = "<group>"; }; |
| 192 | + C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomCommand.swift; sourceTree = "<group>"; }; |
| 193 | + C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorCommand.swift; sourceTree = "<group>"; }; |
190 | 194 | C87B03A3293B24AB00C77EAE /* Copilot-for-Xcode-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Copilot-for-Xcode-Info.plist"; sourceTree = SOURCE_ROOT; }; |
191 | 195 | C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcceptSuggestionCommand.swift; sourceTree = "<group>"; }; |
192 | 196 | C87B03A6293B261900C77EAE /* RejectSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RejectSuggestionCommand.swift; sourceTree = "<group>"; }; |
|
196 | 200 | C87F3E61293DD004008523E8 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; }; |
197 | 201 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
198 | 202 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
| 203 | + C8D737BF29F19DDD00EFD3C6 /* CustomCommandView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomCommandView.swift; sourceTree = "<group>"; }; |
199 | 204 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
200 | 205 | C8EE079C29CC21300043B6D9 /* AccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountView.swift; sourceTree = "<group>"; }; |
201 | 206 | C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenAIView.swift; sourceTree = "<group>"; }; |
202 | | - C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExplainSelectionCommand.swift; sourceTree = "<group>"; }; |
203 | 207 | /* End PBXFileReference section */ |
204 | 208 |
|
205 | 209 | /* Begin PBXFrameworksBuildPhase section */ |
|
253 | 257 | isa = PBXGroup; |
254 | 258 | children = ( |
255 | 259 | C81458932939EFDC00135263 /* SourceEditorExtension.swift */, |
| 260 | + C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */, |
256 | 261 | C8520300293C4D9000460097 /* Helpers.swift */, |
257 | 262 | C81458952939EFDC00135263 /* GetSuggestionsCommand.swift */, |
258 | 263 | C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */, |
|
262 | 267 | C8009BFE2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift */, |
263 | 268 | C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */, |
264 | 269 | C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */, |
265 | | - C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */, |
| 270 | + C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */, |
266 | 271 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */, |
267 | 272 | C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */, |
268 | 273 | C81458972939EFDC00135263 /* Info.plist */, |
|
317 | 322 | C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */, |
318 | 323 | C83B2B7F293DA1B600C5ACCD /* InstructionView.swift */, |
319 | 324 | C841BB232994CAD400B0B336 /* SettingsView.swift */, |
| 325 | + C8D737BF29F19DDD00EFD3C6 /* CustomCommandView.swift */, |
320 | 326 | C85AF32C29CF0C170031E18B /* DebugView.swift */, |
321 | 327 | C87F3E61293DD004008523E8 /* Styles.swift */, |
322 | 328 | C8189B1D2938973000C9DCDA /* Assets.xcassets */, |
|
530 | 536 | files = ( |
531 | 537 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */, |
532 | 538 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */, |
| 539 | + C8758E7029F04BFF00D29C1C /* CustomCommand.swift in Sources */, |
| 540 | + C8758E7229F04CF100D29C1C /* SeparatorCommand.swift in Sources */, |
533 | 541 | C861A6A329E5503F005C41A3 /* PromptToCodeCommand.swift in Sources */, |
534 | 542 | C8520301293C4D9000460097 /* Helpers.swift in Sources */, |
535 | 543 | C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */, |
536 | 544 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */, |
537 | 545 | C87B03A9293B262600C77EAE /* NextSuggestionCommand.swift in Sources */, |
538 | 546 | C87B03AB293B262E00C77EAE /* PreviousSuggestionCommand.swift in Sources */, |
539 | 547 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */, |
540 | | - C8EE07A129CC9ED30043B6D9 /* ExplainSelectionCommand.swift in Sources */, |
541 | 548 | C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */, |
542 | 549 | C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */, |
543 | 550 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */, |
|
559 | 566 | C83B2B80293DA1B600C5ACCD /* InstructionView.swift in Sources */, |
560 | 567 | C83B2B7C293D9FB400C5ACCD /* CopilotView.swift in Sources */, |
561 | 568 | C85AF32D29CF0C170031E18B /* DebugView.swift in Sources */, |
| 569 | + C8D737C029F19DDD00EFD3C6 /* CustomCommandView.swift in Sources */, |
562 | 570 | C83B2B7A293D9C8C00C5ACCD /* LaunchAgentManager.swift in Sources */, |
563 | 571 | C8189B1A2938972F00C9DCDA /* App.swift in Sources */, |
564 | 572 | ); |
|
0 commit comments