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
- 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
@@ -25,14 +25,14 @@ XcodesApp is now part of the `XcodesOrg` - [read more here](nextstep.md)
25
25
26
26
## Experiments
27
27
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.
29
29
30
-

31
-

30
+

31
+

32
32
33
33
## Localization
34
34
35
-
Xcodes supports localization in several languages.
35
+
Xcodes supports localization in several languages.
36
36
37
37
The following languages are supported because of the following community users!
38
38
@@ -47,20 +47,20 @@ The following languages are supported because of the following community users!
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.
51
51
## Installation
52
52
53
53
Xcodes.app runs on macOS Big Sur 11.0 or later.
54
54
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.
56
58
57
59
```sh
58
60
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.
61
61
```
62
62
63
-
### Download a release
63
+
### Manually install
64
64
65
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.
66
66
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.
79
79
# combine for universal binary
80
80
lipo -create -output unxip unxip_intel unxip_m1
81
81
# check it
82
-
lipo -archs unxip
82
+
lipo -archs unxip
83
83
```
84
84
85
85
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.
0 commit comments