|
46 | 46 | C882175A294187E100A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C8821759294187E100A22FD3 /* Client */; }; |
47 | 47 | C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; }; |
48 | 48 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 49 | + C8EE079D29CC21300043B6D9 /* AccountView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079C29CC21300043B6D9 /* AccountView.swift */; }; |
| 50 | + C8EE079F29CC25C20043B6D9 /* OpenAIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */; }; |
49 | 51 | /* End PBXBuildFile section */ |
50 | 52 |
|
51 | 53 | /* Begin PBXContainerItemProxy section */ |
|
188 | 190 | C87F3E61293DD004008523E8 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; }; |
189 | 191 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
190 | 192 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
| 193 | + C8EE079C29CC21300043B6D9 /* AccountView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountView.swift; sourceTree = "<group>"; }; |
| 194 | + C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenAIView.swift; sourceTree = "<group>"; }; |
191 | 195 | /* End PBXFileReference section */ |
192 | 196 |
|
193 | 197 | /* Begin PBXFrameworksBuildPhase section */ |
|
298 | 302 | C83B2B81293DC38400C5ACCD /* LaunchAgentView.swift */, |
299 | 303 | C83B2B7B293D9FB400C5ACCD /* CopilotView.swift */, |
300 | 304 | C83B2B7D293DA0CA00C5ACCD /* AppInfoView.swift */, |
| 305 | + C8EE079C29CC21300043B6D9 /* AccountView.swift */, |
| 306 | + C8EE079E29CC25C20043B6D9 /* OpenAIView.swift */, |
301 | 307 | C83B2B7F293DA1B600C5ACCD /* InstructionView.swift */, |
302 | 308 | C841BB232994CAD400B0B336 /* SettingsView.swift */, |
303 | 309 | C87F3E61293DD004008523E8 /* Styles.swift */, |
|
531 | 537 | C87F3E60293DC600008523E8 /* Section.swift in Sources */, |
532 | 538 | C87F3E62293DD004008523E8 /* Styles.swift in Sources */, |
533 | 539 | C83B2B82293DC38400C5ACCD /* LaunchAgentView.swift in Sources */, |
| 540 | + C8EE079D29CC21300043B6D9 /* AccountView.swift in Sources */, |
534 | 541 | C83B2B7E293DA0CA00C5ACCD /* AppInfoView.swift in Sources */, |
| 542 | + C8EE079F29CC25C20043B6D9 /* OpenAIView.swift in Sources */, |
535 | 543 | C841BB242994CAD400B0B336 /* SettingsView.swift in Sources */, |
536 | 544 | C83B2B80293DA1B600C5ACCD /* InstructionView.swift in Sources */, |
537 | 545 | C83B2B7C293D9FB400C5ACCD /* CopilotView.swift in Sources */, |
|
0 commit comments