From f416be015a9790ea6071d6e3130fb7df66f43369 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 13 Dec 2019 18:32:13 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BC=20Xcode=2010.2=20and=20macOS=2010.?= =?UTF-8?q?14=20required=20to=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 2 +- Homebrew/mas.rb | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 72c9dac..ea615bf 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -16,7 +16,7 @@ class Mas < Formula end depends_on "carthage" => :build - depends_on :xcode => ["10.1", :build] + depends_on :xcode => ["10.2", :build] def install # Working around build issues in dependencies diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 3b16aee..3b34436 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -13,7 +13,7 @@ class Mas < Formula end depends_on "carthage" => :build - depends_on :xcode => ["10.1", :build] + depends_on :xcode => ["10.2", :build] def install # Working around build issues in dependencies diff --git a/README.md b/README.md index 49ba7ae..37c2d9e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A simple command line interface for the Mac App Store. Designed for scripting an brew install mas ``` -⚠️ Note that macOS 10.13 (High Sierra) is required to install mas from the core Homebrew formula. +⚠️ Note that macOS 10.14 (Mojave) is required to install mas from the core Homebrew formula. ### ☎️ Older macOS Versions