|
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 */; }; |
|
51 | 53 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
52 | 54 | C8EE079D29CC21300043B6D9 /* AccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079C29CC21300043B6D9 /* AccountView.swift */; }; |
53 | 55 | C8EE079F29CC25C20043B6D9 /* OpenAIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */; }; |
54 | | - C8EE07A129CC9ED30043B6D9 /* ExplainSelectionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */; }; |
55 | 56 | /* End PBXBuildFile section */ |
56 | 57 |
|
57 | 58 | /* Begin PBXContainerItemProxy section */ |
|
187 | 188 | C861E6142994F6080056CB02 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
188 | 189 | C861E6192994F6080056CB02 /* ExtensionService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ExtensionService.entitlements; sourceTree = "<group>"; }; |
189 | 190 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = "<group>"; }; |
| 191 | + C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomCommand.swift; sourceTree = "<group>"; }; |
| 192 | + C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorCommand.swift; sourceTree = "<group>"; }; |
190 | 193 | C87B03A3293B24AB00C77EAE /* Copilot-for-Xcode-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Copilot-for-Xcode-Info.plist"; sourceTree = SOURCE_ROOT; }; |
191 | 194 | C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcceptSuggestionCommand.swift; sourceTree = "<group>"; }; |
192 | 195 | C87B03A6293B261900C77EAE /* RejectSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RejectSuggestionCommand.swift; sourceTree = "<group>"; }; |
|
199 | 202 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
200 | 203 | C8EE079C29CC21300043B6D9 /* AccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountView.swift; sourceTree = "<group>"; }; |
201 | 204 | 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 | 205 | /* End PBXFileReference section */ |
204 | 206 |
|
205 | 207 | /* Begin PBXFrameworksBuildPhase section */ |
|
253 | 255 | isa = PBXGroup; |
254 | 256 | children = ( |
255 | 257 | C81458932939EFDC00135263 /* SourceEditorExtension.swift */, |
| 258 | + C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */, |
256 | 259 | C8520300293C4D9000460097 /* Helpers.swift */, |
257 | 260 | C81458952939EFDC00135263 /* GetSuggestionsCommand.swift */, |
258 | 261 | C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */, |
|
262 | 265 | C8009BFE2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift */, |
263 | 266 | C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */, |
264 | 267 | C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */, |
265 | | - C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */, |
| 268 | + C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */, |
266 | 269 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */, |
267 | 270 | C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */, |
268 | 271 | C81458972939EFDC00135263 /* Info.plist */, |
|
530 | 533 | files = ( |
531 | 534 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */, |
532 | 535 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */, |
| 536 | + C8758E7029F04BFF00D29C1C /* CustomCommand.swift in Sources */, |
| 537 | + C8758E7229F04CF100D29C1C /* SeparatorCommand.swift in Sources */, |
533 | 538 | C861A6A329E5503F005C41A3 /* PromptToCodeCommand.swift in Sources */, |
534 | 539 | C8520301293C4D9000460097 /* Helpers.swift in Sources */, |
535 | 540 | C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */, |
536 | 541 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */, |
537 | 542 | C87B03A9293B262600C77EAE /* NextSuggestionCommand.swift in Sources */, |
538 | 543 | C87B03AB293B262E00C77EAE /* PreviousSuggestionCommand.swift in Sources */, |
539 | 544 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */, |
540 | | - C8EE07A129CC9ED30043B6D9 /* ExplainSelectionCommand.swift in Sources */, |
541 | 545 | C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */, |
542 | 546 | C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */, |
543 | 547 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */, |
|
0 commit comments