diff --git a/README.md b/README.md index 81694da..b38ea7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Xcodes.app +

Xcodes.app

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 ![CI](https://github.com/RobotsAndPencils/Xcodes.app/workflows/CI/badge.svg) +![](screenshot.png) + +## 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. diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..e2073c1 Binary files /dev/null and b/icon.png differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5ef110b Binary files /dev/null and b/screenshot.png differ