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
This commit is contained in:
Ky 2023-05-16 11:05:14 -06:00
parent d8e1069a92
commit 9b6a479798
No known key found for this signature in database
GPG key ID: FD642C9DE6CA9ED9
7 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ The easiest way to install and switch between multiple versions of Xcode.
_If you're looking for a command-line version of Xcodes.app, try [`xcodes`](https://github.com/XcodesOrg/xcodes)._
![CI](https://github.com/XcodesOrg/Xcodes.app/workflows/CI/badge.svg)
![CI](https://github.com/XcodesOrg/XcodesApp/workflows/CI/badge.svg)
![](screenshot_light.png#gh-light-mode-only)
![](screenshot_dark.png#gh-dark-mode-only)
@ -25,14 +25,14 @@ XcodesApp is now part of the `XcodesOrg` - [read more here](nextstep.md)
## Experiments
- 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.
- 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.
![](experiment_light.jpg#gh-light-mode-only)
![](experiment_dark.jpg#gh-dark-mode-only)
![](experiment_light.png#gh-light-mode-only)
![](experiment_dark.png#gh-dark-mode-only)
## Localization
Xcodes supports localization in several languages.
Xcodes supports localization in several languages.
The following languages are supported because of the following community users!
@ -47,20 +47,20 @@ The following languages are supported because of the following community users!
|German 🇩🇪|[@drct](https://github.com/drct)|Dutch 🇳🇱|[@jfversluis](https://github/com/jfversluis)|
|Brazilian Portuguese 🇧🇷|[@brunomunizaf](https://github.com/brunomunizaf)||
Want to add more languages? Simply create a PR with the updated strings file.
Want to add more languages? Simply create a PR with the updated strings file.
## Installation
Xcodes.app runs on macOS Big Sur 11.0 or later.
### Homebrew Cask
### Install with Homebrew
Developer ID-signed and notarized release builds are available on Homebrew. These don't require Xcode to already be installed in order to use.
```sh
brew install --cask xcodes
# These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use.
```
### Download a release
### Manually install
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.
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.
# combine for universal binary
lipo -create -output unxip unxip_intel unxip_m1
# check it
lipo -archs unxip
lipo -archs unxip
```
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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

BIN
experiment_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

BIN
experiment_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 KiB

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 308 KiB