From 2d9a872d3f39ac13d930188e8187c2f3f3b4b5fb Mon Sep 17 00:00:00 2001 From: Brandon Evans Date: Sat, 30 Jan 2021 18:43:58 -0700 Subject: [PATCH] Add Homebrew Cask install instructions --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21324c0..5bb40ba 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,19 @@ _If you're looking for a command-line version of Xcodes.app, try [`xcodes`](http Xcodes.app runs on macOS Big Sur 11.0 or later. -1. Download the latest version [here](https://github.com/RobotsAndPencils/XcodesApp/releases/latest) using the **Xcodes.zip** asset. These releases are already Developer ID-signed and notarized. +### Homebrew Cask + +```sh +brew install --cask xcodes + +# These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use. +``` + +### Download a release + +1. Download the latest version [here](https://github.com/RobotsAndPencils/XcodesApp/releases/latest) using the **Xcodes.zip** asset. These are Developer ID-signed and notarized release builds and don't require Xcode to already be installed in order to use. 2. Move the unzipped `Xcodes.app` to your `/Applications` directory - + ## Development You'll need macOS 11 Big Sur and Xcode 12 in order to build and run Xcodes.app. @@ -77,6 +87,8 @@ popd # Attach the zip that was created in the Product directory to the release # Publish the release + +# Update the [Homebrew Cask](https://github.com/RobotsAndPencils/homebrew-cask/blob/master/Casks/xcodes.rb). ```