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
The easiest way to install and switch between multiple versions of Xcode.
4
4
@@ -23,13 +23,19 @@ XcodesApp is now part of the `XcodesOrg` - [read more here](nextstep.md)
23
23
- View release notes, OS compatibility, included SDKs and compilers from [Xcode Releases](https://xcodereleases.com).
24
24
- Dark/Light Mode supported
25
25
- Security Key Authentication supported
26
+
- Support installing Platforms/Runtimes
27
+
- Support installing Apple Silicon variants
26
28
27
29
## Platforms/Runtimes
28
30
29
31
- Xcodes supports downloading the Apple runtimes via the app. Simply click on the Platform, and Xcodes will install automatically for you.
30
32
31
33
**Note: iOS 18+, tvOS 18+, watchOS 11+, visionOS 2+ requires that Xcode 16.1 Beta 3+ be installed and active.**
32
34
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
+
33
39
## Experiments
34
40
35
41
- 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.
@@ -85,7 +92,7 @@ Xcodes.app and CLI is updated, maintained with contributors like yourself. Even
85
92
86
93
## Development
87
94
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.
89
96
90
97
`Unxip` and `aria2` must be compiled as a universal binary
91
98
```
@@ -100,7 +107,6 @@ You'll need macOS 13.5 Ventura and Xcode 15 in order to build and run Xcodes.app
100
107
lipo -archs unxip
101
108
```
102
109
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.
104
110
105
111
[`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