Skip to content

Commit 1a0d335

Browse files
committed
update readme with v3 changes
1 parent da8d22c commit 1a0d335

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

IconDark.png

16.2 KB
Loading

IconMono.png

11.3 KB
Loading

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><img src="icon.png" align="center" width=50 height=50 /> Xcodes.app</h1>
1+
<h1><img src="icon.png" align="center" width=50 height=50 /> <img src="IconDark.png" align="center" width=50 height=50 /> <img src="IconMono.png" align="center" width=50 height=50 /> Xcodes.app</h1>
22

33
The easiest way to install and switch between multiple versions of Xcode.
44

@@ -23,13 +23,19 @@ XcodesApp is now part of the `XcodesOrg` - [read more here](nextstep.md)
2323
- View release notes, OS compatibility, included SDKs and compilers from [Xcode Releases](https://xcodereleases.com).
2424
- Dark/Light Mode supported
2525
- Security Key Authentication supported
26+
- Support installing Platforms/Runtimes
27+
- Support installing Apple Silicon variants
2628

2729
## Platforms/Runtimes
2830

2931
- Xcodes supports downloading the Apple runtimes via the app. Simply click on the Platform, and Xcodes will install automatically for you.
3032

3133
**Note: iOS 18+, tvOS 18+, watchOS 11+, visionOS 2+ requires that Xcode 16.1 Beta 3+ be installed and active.**
3234

35+
## Apple Silicon Variants
36+
37+
As of Xcode 26, Apple provides Apple Silicon as well as Universal variants for Xcode versions as well as each runtime. Simply tap on which variant you want installed. To install the Apple Silicon runtime variant Xcode 26 is required to be active.
38+
3339
## Experiments
3440

3541
- 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.
@@ -61,6 +67,7 @@ Want to add more languages? Simply create a PR with the updated strings file.
6167
## Installation
6268
v1.X - requires macOS 11 or newer
6369
v2.X - requires macOS 13
70+
v3.X - requires macOS 13 - architecture variants and updated icon.
6471

6572
### Install with Homebrew
6673

@@ -85,7 +92,7 @@ Xcodes.app and CLI is updated, maintained with contributors like yourself. Even
8592

8693
## Development
8794

88-
You'll need macOS 13.5 Ventura and Xcode 15 in order to build and run Xcodes.app.
95+
You'll need macOS 15.6 Ventura and Xcode 26 in order to build and run Xcodes.app.
8996

9097
`Unxip` and `aria2` must be compiled as a universal binary
9198
```
@@ -100,7 +107,6 @@ You'll need macOS 13.5 Ventura and Xcode 15 in order to build and run Xcodes.app
100107
lipo -archs unxip
101108
```
102109

103-
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.
104110

105111
[`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.
106112

icon.png

18.1 KB
Loading

0 commit comments

Comments
 (0)