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
@@ -17,7 +17,7 @@ Xcodes is now part of the `XcodesOrg` - [read more here](nextstep.md)
17
17
### Homebrew (Preferred)
18
18
19
19
```sh
20
-
brew install robotsandpencils/made/xcodes
20
+
brew install xcodesorg/made/xcodes
21
21
```
22
22
23
23
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
27
27
<details>
28
28
<summary>Download a release</summary>
29
29
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.
# Add the xcodes.zip and xcodes-$VERSION.mojave.tar.gz files to the release
202
202
# Publish the release
203
203
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
205
205
```
206
206
207
207
</details>
@@ -210,10 +210,6 @@ Notable design decisions are recorded in [DECISIONS.md](./DECISIONS.md). The App
210
210
211
211
[`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.
0 commit comments