Skip to content

Commit e6d050b

Browse files
authored
Update README to use XcodesOrg
1 parent 437c816 commit e6d050b

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

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

33
The best command-line tool to install and switch between multiple versions of Xcode.
44

5-
_If you're looking for an app version of `xcodes`, try [Xcodes.app](https://github.com/RobotsAndPencils/XcodesApp)._
5+
_If you're looking for an app version of `xcodes`, try [Xcodes.app](https://github.com/XcodesOrg/XcodesApp)._
66

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

99
![Header Image](Header.png)
1010

@@ -17,7 +17,7 @@ Xcodes is now part of the `XcodesOrg` - [read more here](nextstep.md)
1717
### Homebrew (Preferred)
1818

1919
```sh
20-
brew install robotsandpencils/made/xcodes
20+
brew install xcodesorg/made/xcodes
2121
```
2222

2323
These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use.
@@ -27,14 +27,14 @@ These are Developer ID-signed and notarized release builds and don't require Xco
2727
<details>
2828
<summary>Download a release</summary>
2929

30-
Download the latest release from the [Releases](https://github.com/RobotsAndPencils/xcodes/releases) page. These are Developer ID-signed release builds and don't require Xcode to already be installed in order to use.
30+
Download the latest release from the [Releases](https://github.com/XcodesOrg/xcodes/releases) page. These are Developer ID-signed release builds and don't require Xcode to already be installed in order to use.
3131
</details>
3232

3333
<details>
3434
<summary>Using <a href="https://github.com/yonaskolb/Mint">Mint</a></summary>
3535

3636
```sh
37-
mint install RobotsAndPencils/xcodes
37+
mint install XcodesOrg/xcodes
3838
```
3939

4040
</details>
@@ -45,7 +45,7 @@ mint install RobotsAndPencils/xcodes
4545
Building from source requires Xcode 12.0 or later, so it's not an option for setting up a computer from scratch.
4646

4747
```sh
48-
git clone https://github.com/RobotsAndPencils/xcodes
48+
git clone https://github.com/XcodesOrg/xcodes
4949
cd xcodes
5050
make install
5151
# or, if /usr/local/ isn't in your PATH
@@ -201,7 +201,7 @@ git push --follow-tags
201201
# Add the xcodes.zip and xcodes-$VERSION.mojave.tar.gz files to the release
202202
# Publish the release
203203

204-
# Update the Homebrew Bottle: https://github.com/RobotsAndPencils/homebrew-made/blob/master/Formula/xcodes.rb
204+
# Update the Homebrew Bottle: https://github.com/XcodesOrg/homebrew-made/blob/master/Formula/xcodes.rb
205205
```
206206

207207
</details>
@@ -210,10 +210,6 @@ Notable design decisions are recorded in [DECISIONS.md](./DECISIONS.md). The App
210210

211211
[`xcode-install`](https://github.com/xcpretty/xcode-install) and [fastlane/spaceship](https://github.com/fastlane/fastlane/tree/master/spaceship) both deserve credit for figuring out the hard parts of what makes this possible.
212212

213-
## Contact
213+
## Maintainers
214214

215-
<a href="http://www.robotsandpencils.com"><img src="R&PLogo.png" width="153" height="74" /></a>
216-
217-
Made with ❤️ by [Robots & Pencils](http://www.robotsandpencils.com)
218-
219-
[Twitter](https://twitter.com/robotsNpencils) | [GitHub](https://github.com/robotsandpencils)
215+
[Matt Kiazyk](https://github.com/mattkiazyk) - [Twitter](https://www.twitter.com/mattkiazyk)

0 commit comments

Comments
 (0)