mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Add icon, screenshot and features list to README
This commit is contained in:
parent
7e960ecf2a
commit
415454ec5f
3 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# Xcodes.app
|
||||
<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.
|
||||
|
||||
|
|
@ -6,6 +6,15 @@ _If you're looking for a command-line version of Xcodes.app, try [`xcodes`](http
|
|||
|
||||

|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
|
|||
BIN
icon.png
Normal file
BIN
icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Loading…
Reference in a new issue