mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🍼 Xcode 10.2 and macOS 10.14 required to build
This commit is contained in:
parent
d9b98b8e40
commit
f416be015a
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue