🍼 Xcode 10.2 and macOS 10.14 required to build

This commit is contained in:
Ben Chatelain 2019-12-13 18:32:13 -07:00
parent d9b98b8e40
commit f416be015a
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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