mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-29 09:35:47 +00:00
38 lines
2.1 KiB
Markdown
38 lines
2.1 KiB
Markdown
<h1><img src="icon.png" align="center" width=50 height=50 /> Xcodes.app</h1>
|
|
|
|
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/RobotsAndPencils/xcodes)._
|
|
|
|

|
|
|
|

|
|
|
|
## Features
|
|
|
|
- List all available Xcode versions from [Xcode Releases'](https://xcodereleases.com) data or the Apple Developer website.
|
|
- Install any Xcode version, fully automated from start to finish. Xcodes uses [`aria2`](https://aria2.github.io), which uses up to 16 connections to download 3-5x faster than URLSession.
|
|
- Just click a button to make a version active with `xcode-select`.
|
|
- View release notes, OS compatibility, included SDKs and compilers from [Xcode Releases](https://xcodereleases.com).
|
|
|
|
## Installation
|
|
|
|
Xcodes.app is currently only provided as source code that must be built using Xcode.
|
|
|
|
## Development
|
|
|
|
You'll need macOS 11 Big Sur and Xcode 12 in order to build and run Xcodes.app.
|
|
|
|
If you aren't a Robots and Pencils employee you'll need to change the CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT build setting to your Apple Developer team ID in order for code signing validation to succeed between the main app and the privileged helper.
|
|
|
|
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.
|
|
|
|
[`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.
|
|
|
|
## Contact
|
|
|
|
<a href="http://www.robotsandpencils.com"><img src="R&PLogo.png" width="153" height="74" /></a>
|
|
|
|
Made with ❤️ by [Robots & Pencils](http://www.robotsandpencils.com)
|
|
|
|
[Twitter](https://twitter.com/robotsNpencils) | [GitHub](https://github.com/robotsandpencils)
|