You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Most of the logics are implemented inside the package `Core`.
33
33
34
34
Just run both the `ExtensionService` and the `EditorExtension` Target.
35
35
36
+
## SwiftUI Previews
37
+
38
+
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.
39
+
36
40
## Unit Tests
37
41
38
42
To run unit tests, just run test from the `Copilot for Xcode` target.
0 commit comments