|
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 */; }; |
|
178 | 179 | C841BB232994CAD400B0B336 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
179 | 180 | C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; }; |
180 | 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>"; }; |
181 | 183 | C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CopilotForXcodeExtensionService.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
182 | 184 | C861E6102994F6070056CB02 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
183 | 185 | C861E6142994F6080056CB02 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
312 | 314 | C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */, |
313 | 315 | C83B2B7F293DA1B600C5ACCD /* InstructionView.swift */, |
314 | 316 | C841BB232994CAD400B0B336 /* SettingsView.swift */, |
| 317 | + C85AF32C29CF0C170031E18B /* DebugView.swift */, |
315 | 318 | C87F3E61293DD004008523E8 /* Styles.swift */, |
316 | 319 | C8189B1D2938973000C9DCDA /* Assets.xcassets */, |
317 | 320 | C8189B222938973000C9DCDA /* Copilot_for_Xcode.entitlements */, |
|
551 | 554 | C841BB242994CAD400B0B336 /* SettingsView.swift in Sources */, |
552 | 555 | C83B2B80293DA1B600C5ACCD /* InstructionView.swift in Sources */, |
553 | 556 | C83B2B7C293D9FB400C5ACCD /* CopilotView.swift in Sources */, |
| 557 | + C85AF32D29CF0C170031E18B /* DebugView.swift in Sources */, |
554 | 558 | C83B2B7A293D9C8C00C5ACCD /* LaunchAgentManager.swift in Sources */, |
555 | 559 | C8189B1A2938972F00C9DCDA /* App.swift in Sources */, |
556 | 560 | ); |
|
0 commit comments