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: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,12 @@ You can install it via [Homebrew](http://brew.sh/):
28
28
brew install --cask copilot-for-xcode
29
29
```
30
30
31
-
Or install it manually,
31
+
Or install it manually, by downloading the `Copilot for Xcode.app` from the latest [release](https://github.com/intitni/CopilotForXcode/releases), and extract it to the Applications folder.
32
32
33
-
1. Download the `Copilot for Xcode.app` from the latest [release](https://github.com/intitni/CopilotForXcode/releases), and extract it to the Applications folder.
34
-
2. Open the app, and click "Set Up Launch Agents" to set up a background running XPC Service that does the real job.
35
-
3. Enable the extension in `System Settings.app`.
33
+
Then set it up with the following steps:
34
+
35
+
1. Open the app, and click "Set Up Launch Agents" to set up a background running XPC Service that does the real job.
36
+
2. Enable the extension in `System Settings.app`.
36
37
37
38
From the Apple menu located in the top-left corner of your screen click `System Settings`. Navigate to `Privacy & Security` then toward the bottom click `Extensions`. Click `Xcode Source Editor` and tick `Copilot`.
38
39
@@ -160,3 +161,7 @@ fi
160
161
**Q: Will it work in future Xcode updates?**
161
162
162
163
> A: I don't know. This extension uses many tricks to do its job, and these tricks can break in the future.
0 commit comments