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
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,35 +24,38 @@ As per [GitHub's Terms of Service](https://docs.github.com/en/github/site-policy
24
24
Updates can be downloaded and installed by the app.
25
25
26
26
1. Open the `dmg` and drag the `GitHub Copilot for Xcode.app` into the `Applications` folder.
27
-
<br>
28
-
<imgalt="Screenshot of opened dmg"src="./Docs/dmg-open.png"width="468" />
27
+
<palign="center">
28
+
<imgalt="Screenshot of opened dmg"src="./Docs/dmg-open.png"width="512" />
29
+
</p>
29
30
30
31
1. On the first opening the application it will warn that it was downloaded from the internet. Click `Open` to proceed.
31
-
<br>
32
-
<imgalt="Screenshot of downloaded from the internet warning"src="./Docs/downloaded-from-internet.png"width="372" />
32
+
<palign="center">
33
+
<imgalt="Screenshot of downloaded from the internet warning"src="./Docs/downloaded-from-internet.png"width="372" />
34
+
</p>
33
35
34
36
1. A background item will be added for the application to be able to start itself when Xcode starts.
35
-
<br>
36
-
<imgalt="Screenshot of background item"src="./Docs/background-item.png"width="370" />
37
+
<palign="center">
38
+
<imgalt="Screenshot of background item"src="./Docs/background-item.png"width="370" />
39
+
</p>
37
40
38
41
1. Two important permissions are required for the application to operate well: `Accessibility` and `Xcode Source Editor Extension`. The first time the application is run these permissions should be requested. You may need to click `Refresh` in the settings if not prompted.
39
-
<br>
40
-
<imgalt="Screenshot of accessibility permission request"src="./Docs/accessibility-permission-request.png"width="529" />
41
-
<imgalt="Screenshot of accessibility permission"src="./Docs/accessibility-permission.png"width="827" />
42
-
<imgalt="Screenshot of extension permission"src="./Docs/extension-permission.png"width="827" />
42
+
<palign="center">
43
+
<imgalt="Screenshot of accessibility permission request"src="./Docs/accessibility-permission-request.png"width="529" />
44
+
<imgalt="Screenshot of extension permission"src="./Docs/extension-permission.png"width="582" />
45
+
</p>
43
46
44
47
1. After granting the extension permission, please restart Xcode so the `Github Copilot` menu is available under the Xcode `Editor` menu.
45
48
<br>
46
-
<br>
47
-
<imgalt="Screenshot of Xcode Editor GitHub Copilot menu item"src="./Docs/xcode-menu.png"width="703" />
49
+
<palign="center">
50
+
<imgalt="Screenshot of Xcode Editor GitHub Copilot menu item"src="./Docs/xcode-menu.png"width="648" />
51
+
</p>
48
52
49
53
1. To sign into GitHub Copilot, click the `Sign in` button in the settings application. This will open a browser window and copy a code to the clipboard. Paste the code into the GitHub login page and authorize the application.
50
-
<br>
51
-
<imgalt="Screenshot of sign-in popup"src="./Docs/device-code.png"width="372" />
54
+
<palign="center">
55
+
<imgalt="Screenshot of sign-in popup"src="./Docs/device-code.png"width="372" />
56
+
</p>
52
57
53
58
1. To install updates, click `Check for Updates` from the menu item or in the settings application. After installing a new version, Xcode must be restarted to use the new version correctly. New versions can also be installed from `dmg` files downloaded from the releases page. When installing a new version via `dmg`, the application must be run manually the first time to accept the downloaded from the internet warning.
54
-
<br>
55
-
<imagealt="Screenshot of update message"src="./Docs/update-message.png"width="372" />
0 commit comments