Skip to content

Commit d8e1069

Browse files
authored
Update some robots references on README.md
1 parent 6058209 commit d8e1069

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
The easiest way to install and switch between multiple versions of Xcode.
44

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)._
66

7-
![CI](https://github.com/RobotsAndPencils/Xcodes.app/workflows/CI/badge.svg)
7+
![CI](https://github.com/XcodesOrg/Xcodes.app/workflows/CI/badge.svg)
88

99
![](screenshot_light.png#gh-light-mode-only)
1010
![](screenshot_dark.png#gh-dark-mode-only)
@@ -62,15 +62,13 @@ brew install --cask xcodes
6262

6363
### Download a release
6464

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.
6666
2. Move the unzipped `Xcodes.app` to your `/Applications` directory
6767

6868
## Development
6969

7070
You'll need macOS 12 Big Sur and Xcode 13 in order to build and run Xcodes.app.
7171

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-
7472
`Unxip` and `aria2` must be compiled as a universal binary
7573
```
7674
# compile for Intel
@@ -137,7 +135,7 @@ pushd Product
137135
../scripts/sign_update Xcodes.zip
138136
popd
139137

140-
# Go to https://github.com/RobotsAndPencils/XcodesApp/releases
138+
# Go to https://github.com/XcodesOrg/XcodesApp/releases
141139
# If there are uncategorized PRs, add the appropriate label and run the Release Drafter action manually
142140
# Edit the latest draft release
143141
# Set its tag to the tag you just pushed
@@ -156,9 +154,4 @@ popd
156154

157155
[Matt Kiazyk](https://github.com/mattkiazyk) - [Twitter](https://www.twitter.com/mattkiazyk)
158156

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

Comments
 (0)