Skip to content

Commit 9b6a479

Browse files
committed
Updated readme
- Fixed broken CI badge - Updated screenshots for current version - Clearer wording for installation instruction titles (now it's clear these are separate/alternative processes rather than stages in the same process) - Pulled brew instructions out of the codeblock so that it wraps. Rephrased for the new position
1 parent d8e1069 commit 9b6a479

7 files changed

Lines changed: 11 additions & 11 deletions

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The easiest way to install and switch between multiple versions of Xcode.
44

55
_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/XcodesOrg/Xcodes.app/workflows/CI/badge.svg)
7+
![CI](https://github.com/XcodesOrg/XcodesApp/workflows/CI/badge.svg)
88

99
![](screenshot_light.png#gh-light-mode-only)
1010
![](screenshot_dark.png#gh-dark-mode-only)
@@ -25,14 +25,14 @@ XcodesApp is now part of the `XcodesOrg` - [read more here](nextstep.md)
2525

2626
## Experiments
2727

28-
- Thanks to the wonderful work of [https://github.com/saagarjha/unxip](https://github.com/saagarjha/unxip), turn on the experiment to increase your unxipping time by up to 70%! More can be found on his repo, but bugs, high memory may occur if used.
28+
- Thanks to the wonderful work of [https://github.com/saagarjha/unxip](https://github.com/saagarjha/unxip), turn on the experiment to increase your unxipping time by up to 70%! More can be found on his repo, but bugs, high memory may occur if used.
2929

30-
![](experiment_light.jpg#gh-light-mode-only)
31-
![](experiment_dark.jpg#gh-dark-mode-only)
30+
![](experiment_light.png#gh-light-mode-only)
31+
![](experiment_dark.png#gh-dark-mode-only)
3232

3333
## Localization
3434

35-
Xcodes supports localization in several languages.
35+
Xcodes supports localization in several languages.
3636

3737
The following languages are supported because of the following community users!
3838

@@ -47,20 +47,20 @@ The following languages are supported because of the following community users!
4747
|German 🇩🇪|[@drct](https://github.com/drct)|Dutch 🇳🇱|[@jfversluis](https://github/com/jfversluis)|
4848
|Brazilian Portuguese 🇧🇷|[@brunomunizaf](https://github.com/brunomunizaf)||
4949

50-
Want to add more languages? Simply create a PR with the updated strings file.
50+
Want to add more languages? Simply create a PR with the updated strings file.
5151
## Installation
5252

5353
Xcodes.app runs on macOS Big Sur 11.0 or later.
5454

55-
### Homebrew Cask
55+
### Install with Homebrew
56+
57+
Developer ID-signed and notarized release builds are available on Homebrew. These don't require Xcode to already be installed in order to use.
5658

5759
```sh
5860
brew install --cask xcodes
59-
60-
# These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use.
6161
```
6262

63-
### Download a release
63+
### Manually install
6464

6565
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
@@ -79,7 +79,7 @@ You'll need macOS 12 Big Sur and Xcode 13 in order to build and run Xcodes.app.
7979
# combine for universal binary
8080
lipo -create -output unxip unxip_intel unxip_m1
8181
# check it
82-
lipo -archs unxip
82+
lipo -archs unxip
8383
```
8484

8585
Notable design decisions are recorded in [DECISIONS.md](./DECISIONS.md). The Apple authentication flow is described in [Apple.paw](./Apple.paw), which will allow you to play with the API endpoints that are involved using the [Paw](https://paw.cloud) app.

experiment_dark.jpg

-75 KB
Binary file not shown.

experiment_dark.png

223 KB
Loading

experiment_light.jpg

-80.5 KB
Binary file not shown.

experiment_light.png

211 KB
Loading

screenshot_dark.png

-53.7 KB
Loading

screenshot_light.png

-8.93 KB
Loading

0 commit comments

Comments
 (0)