|
2 | 2 |
|
3 | 3 | The easiest way to install and switch between multiple versions of Xcode. |
4 | 4 |
|
5 | | -_If you're looking for a command-line version of Xcodes.app, try [`xcodes`](https://github.com/RobotsAndPencils/xcodes)._ |
| 5 | +_If you're looking for a command-line version of Xcodes.app, try [`xcodes`](https://github.com/XcodesOrg/xcodes)._ |
6 | 6 |
|
7 | | - |
| 7 | + |
8 | 8 |
|
9 | 9 |  |
10 | 10 |  |
@@ -62,15 +62,13 @@ brew install --cask xcodes |
62 | 62 |
|
63 | 63 | ### Download a release |
64 | 64 |
|
65 | | -1. Download the latest version [here](https://github.com/RobotsAndPencils/XcodesApp/releases/latest) using the **Xcodes.zip** asset. These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use. |
| 65 | +1. Download the latest version [here](https://github.com/XcodesOrg/XcodesApp/releases/latest) using the **Xcodes.zip** asset. These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use. |
66 | 66 | 2. Move the unzipped `Xcodes.app` to your `/Applications` directory |
67 | 67 |
|
68 | 68 | ## Development |
69 | 69 |
|
70 | 70 | You'll need macOS 12 Big Sur and Xcode 13 in order to build and run Xcodes.app. |
71 | 71 |
|
72 | | -If you aren't a Robots and Pencils employee you'll need to change the CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT build setting to your Apple Developer team ID in order for code signing validation to succeed between the main app and the privileged helper. |
73 | | - |
74 | 72 | `Unxip` and `aria2` must be compiled as a universal binary |
75 | 73 | ``` |
76 | 74 | # compile for Intel |
@@ -137,7 +135,7 @@ pushd Product |
137 | 135 | ../scripts/sign_update Xcodes.zip |
138 | 136 | popd |
139 | 137 |
|
140 | | -# Go to https://github.com/RobotsAndPencils/XcodesApp/releases |
| 138 | +# Go to https://github.com/XcodesOrg/XcodesApp/releases |
141 | 139 | # If there are uncategorized PRs, add the appropriate label and run the Release Drafter action manually |
142 | 140 | # Edit the latest draft release |
143 | 141 | # Set its tag to the tag you just pushed |
|
156 | 154 |
|
157 | 155 | [Matt Kiazyk](https://github.com/mattkiazyk) - [Twitter](https://www.twitter.com/mattkiazyk) |
158 | 156 |
|
159 | | - |
160 | | -<a href="http://www.robotsandpencils.com"><img src="R&PLogo.png" width="153" height="74" /></a> |
161 | | - |
162 | | -Made with ❤️ by [Robots & Pencils](http://www.robotsandpencils.com) |
163 | | - |
164 | | -[Twitter](https://twitter.com/xcodesApp) | [GitHub](https://github.com/robotsandpencils) |
| 157 | +[Twitter](https://twitter.com/xcodesApp) | [GitHub](https://github.com/xcodesOrg) |
0 commit comments