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
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,14 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
22
22
23
23
### Install
24
24
25
+
You can install it via [Homebrew](http://brew.sh/):
26
+
27
+
```bash
28
+
brew install --cask copilot-for-xcode
29
+
```
30
+
31
+
Or install it manually,
32
+
25
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.
26
34
2. Open the app, and click "Set Up Launch Agents" to set up a background running XPC Service that does the real job.
27
35
3. Enable the extension in `System Settings.app`.
@@ -38,9 +46,9 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
38
46
39
47
### Granting Permissions to the App
40
48
41
-
The first time the commands run, the extension will ask for the permissions needed.
49
+
The first time the commands are run, the extension will ask for the necessary permissions. (except Input Monitoring, you have to enable it manually)
42
50
43
-
Or you can add them manually by going to the `Privacy & Security` tab in `System Settings.app`, and
51
+
Or you can grant them manually by going to the `Privacy & Security` tab in `System Settings.app`, and
44
52
- Accessibility API: Click `Accessibility`, and add `Copilot for Xcode.app` to the list.
45
53
- Input Monitoring: Click `Input Monitoring` and add `Copilot for Xcode.app` to the list.
46
54
@@ -52,7 +60,13 @@ Alternatively, you can skip the Launch Agent part and use other applications to
52
60
53
61
## Update
54
62
55
-
You can download the latest version manually from the latest [release](https://github.com/intitni/CopilotForXcode/releases).
63
+
If the app was installed via Homebrew, you can update it by running:
64
+
65
+
```bash
66
+
brew upgrade --cask copilot-for-xcode
67
+
```
68
+
69
+
Alternatively, You can download the latest version manually from the latest [release](https://github.com/intitni/CopilotForXcode/releases).
56
70
57
71
If you are upgrading from a version lower than 0.6.0, don't forget to click `Restart XPC Service` in the application after the update to kill the old version and start the new one.
0 commit comments