Skip to content

Commit 41b1786

Browse files
committed
Update DEVELOPMENT.md
1 parent efc03c1 commit 41b1786

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

DEVELOPMENT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ As its name suggests, the editor extension. Its sole purpose is to forward edito
1414

1515
The `ExtensionService` is a program that operates in the background and performs a wide range of tasks. It redirects requests from the `EditorExtension` to the `CopilotService` and returns the updated code back to the extension, or presents it in a GUI outside of Xcode.
1616

17-
### Core
17+
### Core and Tool
1818

19-
Most of the logics are implemented inside the package `Core`.
19+
Most of the logics are implemented inside the package `Core` and `Tool`.
2020

2121
- The `CopilotService` is responsible for communicating with the GitHub Copilot LSP.
2222
- The `Service` is responsible for handling the requests from the `EditorExtension`, communicating with the `CopilotService`, update the code blocks and present the GUI.
@@ -27,7 +27,8 @@ Most of the logics are implemented inside the package `Core`.
2727

2828
## Building and Archiving the App
2929

30-
1. Build or archive the Copilot for Xcode target.
30+
1. Update the xcconfig files, launchAgent.plist, and Tool/Configs/Configurations.swift.
31+
2. Build or archive the Copilot for Xcode target.
3132

3233
## Testing Extension
3334

0 commit comments

Comments
 (0)