|
39 | 39 | C87B03AC293B2CF300C77EAE /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; }; |
40 | 40 | C87B03AD293B2CF300C77EAE /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
41 | 41 | C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; }; |
| 42 | + C89A37162A12728200BE3C16 /* LaunchAgentManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89A37152A12728200BE3C16 /* LaunchAgentManager.swift */; }; |
42 | 43 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
43 | 44 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
44 | 45 | /* End PBXBuildFile section */ |
|
176 | 177 | C87B03A8293B262600C77EAE /* NextSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextSuggestionCommand.swift; sourceTree = "<group>"; }; |
177 | 178 | C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; }; |
178 | 179 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
| 180 | + C89A37152A12728200BE3C16 /* LaunchAgentManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchAgentManager.swift; sourceTree = "<group>"; }; |
179 | 181 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
180 | 182 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
181 | 183 | /* End PBXFileReference section */ |
|
286 | 288 | children = ( |
287 | 289 | C87B03A3293B24AB00C77EAE /* Copilot-for-Xcode-Info.plist */, |
288 | 290 | C8189B192938972F00C9DCDA /* App.swift */, |
| 291 | + C89A37152A12728200BE3C16 /* LaunchAgentManager.swift */, |
289 | 292 | C8189B1D2938973000C9DCDA /* Assets.xcassets */, |
290 | 293 | C8189B222938973000C9DCDA /* Copilot_for_Xcode.entitlements */, |
291 | 294 | C8189B1F2938973000C9DCDA /* Preview Content */, |
|
516 | 519 | isa = PBXSourcesBuildPhase; |
517 | 520 | buildActionMask = 2147483647; |
518 | 521 | files = ( |
| 522 | + C89A37162A12728200BE3C16 /* LaunchAgentManager.swift in Sources */, |
519 | 523 | C8189B1A2938972F00C9DCDA /* App.swift in Sources */, |
520 | 524 | ); |
521 | 525 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments