|
31 | 31 | C83B2B82293DC38400C5ACCD /* LaunchAgentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83B2B81293DC38400C5ACCD /* LaunchAgentView.swift */; }; |
32 | 32 | C841BB242994CAD400B0B336 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C841BB232994CAD400B0B336 /* SettingsView.swift */; }; |
33 | 33 | C8520301293C4D9000460097 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8520300293C4D9000460097 /* Helpers.swift */; }; |
| 34 | + C85AF32D29CF0C170031E18B /* DebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C85AF32C29CF0C170031E18B /* DebugView.swift */; }; |
34 | 35 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861E6102994F6070056CB02 /* AppDelegate.swift */; }; |
35 | 36 | C861E6152994F6080056CB02 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C861E6142994F6080056CB02 /* Assets.xcassets */; }; |
36 | 37 | C861E61E2994F6150056CB02 /* Service in Frameworks */ = {isa = PBXBuildFile; productRef = C861E61D2994F6150056CB02 /* Service */; }; |
|
46 | 47 | C882175A294187E100A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C8821759294187E100A22FD3 /* Client */; }; |
47 | 48 | C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; }; |
48 | 49 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 50 | + C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
| 51 | + C8EE079D29CC21300043B6D9 /* AccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079C29CC21300043B6D9 /* AccountView.swift */; }; |
| 52 | + C8EE079F29CC25C20043B6D9 /* OpenAIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */; }; |
| 53 | + C8EE07A129CC9ED30043B6D9 /* ExplainSelectionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */; }; |
49 | 54 | /* End PBXBuildFile section */ |
50 | 55 |
|
51 | 56 | /* Begin PBXContainerItemProxy section */ |
|
174 | 179 | C841BB232994CAD400B0B336 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
175 | 180 | C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; }; |
176 | 181 | C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 182 | + C85AF32C29CF0C170031E18B /* DebugView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugView.swift; sourceTree = "<group>"; }; |
177 | 183 | C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CopilotForXcodeExtensionService.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
178 | 184 | C861E6102994F6070056CB02 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
179 | 185 | C861E6142994F6080056CB02 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
188 | 194 | C87F3E61293DD004008523E8 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; }; |
189 | 195 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
190 | 196 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
| 197 | + C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
| 198 | + C8EE079C29CC21300043B6D9 /* AccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountView.swift; sourceTree = "<group>"; }; |
| 199 | + C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenAIView.swift; sourceTree = "<group>"; }; |
| 200 | + C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExplainSelectionCommand.swift; sourceTree = "<group>"; }; |
191 | 201 | /* End PBXFileReference section */ |
192 | 202 |
|
193 | 203 | /* Begin PBXFrameworksBuildPhase section */ |
|
250 | 260 | C8009BFE2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift */, |
251 | 261 | C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */, |
252 | 262 | C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */, |
| 263 | + C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */, |
| 264 | + C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */, |
253 | 265 | C81458972939EFDC00135263 /* Info.plist */, |
254 | 266 | C81458982939EFDC00135263 /* EditorExtension.entitlements */, |
255 | 267 | ); |
|
298 | 310 | C83B2B81293DC38400C5ACCD /* LaunchAgentView.swift */, |
299 | 311 | C83B2B7B293D9FB400C5ACCD /* CopilotView.swift */, |
300 | 312 | C83B2B7D293DA0CA00C5ACCD /* AppInfoView.swift */, |
| 313 | + C8EE079C29CC21300043B6D9 /* AccountView.swift */, |
| 314 | + C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */, |
301 | 315 | C83B2B7F293DA1B600C5ACCD /* InstructionView.swift */, |
302 | 316 | C841BB232994CAD400B0B336 /* SettingsView.swift */, |
| 317 | + C85AF32C29CF0C170031E18B /* DebugView.swift */, |
303 | 318 | C87F3E61293DD004008523E8 /* Styles.swift */, |
304 | 319 | C8189B1D2938973000C9DCDA /* Assets.xcassets */, |
305 | 320 | C8189B222938973000C9DCDA /* Copilot_for_Xcode.entitlements */, |
|
510 | 525 | isa = PBXSourcesBuildPhase; |
511 | 526 | buildActionMask = 2147483647; |
512 | 527 | files = ( |
| 528 | + C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */, |
513 | 529 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */, |
514 | 530 | C8520301293C4D9000460097 /* Helpers.swift in Sources */, |
515 | 531 | C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */, |
516 | 532 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */, |
517 | 533 | C87B03A9293B262600C77EAE /* NextSuggestionCommand.swift in Sources */, |
518 | 534 | C87B03AB293B262E00C77EAE /* PreviousSuggestionCommand.swift in Sources */, |
519 | 535 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */, |
| 536 | + C8EE07A129CC9ED30043B6D9 /* ExplainSelectionCommand.swift in Sources */, |
520 | 537 | C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */, |
521 | 538 | C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */, |
522 | 539 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */, |
|
531 | 548 | C87F3E60293DC600008523E8 /* Section.swift in Sources */, |
532 | 549 | C87F3E62293DD004008523E8 /* Styles.swift in Sources */, |
533 | 550 | C83B2B82293DC38400C5ACCD /* LaunchAgentView.swift in Sources */, |
| 551 | + C8EE079D29CC21300043B6D9 /* AccountView.swift in Sources */, |
534 | 552 | C83B2B7E293DA0CA00C5ACCD /* AppInfoView.swift in Sources */, |
| 553 | + C8EE079F29CC25C20043B6D9 /* OpenAIView.swift in Sources */, |
535 | 554 | C841BB242994CAD400B0B336 /* SettingsView.swift in Sources */, |
536 | 555 | C83B2B80293DA1B600C5ACCD /* InstructionView.swift in Sources */, |
537 | 556 | C83B2B7C293D9FB400C5ACCD /* CopilotView.swift in Sources */, |
| 557 | + C85AF32D29CF0C170031E18B /* DebugView.swift in Sources */, |
538 | 558 | C83B2B7A293D9C8C00C5ACCD /* LaunchAgentManager.swift in Sources */, |
539 | 559 | C8189B1A2938972F00C9DCDA /* App.swift in Sources */, |
540 | 560 | ); |
|
0 commit comments