Skip to content

Commit 6a60726

Browse files
authored
Update DEVELOPMENT.md
1 parent fe6b09f commit 6a60726

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

DEVELOPMENT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ Most of the logics are implemented inside the package `Core` and `Tool`.
2929

3030
1. Update the xcconfig files, bridgeLaunchAgent.plist, and Tool/Configs/Configurations.swift.
3131
2. Build or archive the Copilot for Xcode target.
32-
3. If Xcode complains that the pro package doesn't exist, please remove the package from the project.
3332

34-
## Testing Source Editor Extension
33+
## Testing Source Editor Extension and Service
3534

3635
Just run both the `ExtensionService`, `CommunicationBridge` and the `EditorExtension` Target. Read [Testing Your Source Editor Extension](https://developer.apple.com/documentation/xcodekit/testing_your_source_editor_extension) for more details.
3736

37+
If you are not testing the source editor extension, it's recommended to archive and install a debug version of the Copilot for Xcode and test with the bundled source editor extension.
38+
3839
## SwiftUI Previews
3940

4041
Looks like SwiftUI Previews are not very happy with Objective-C packages when running with app targets. To use previews, please switch schemes to the package product targets.

0 commit comments

Comments
 (0)