mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
⬆️ Require Xcode 12.0 for Swift 5.3
This commit is contained in:
parent
6163d7c804
commit
66b61c6381
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ class Mas < Formula
|
||||||
if Hardware::CPU.arm?
|
if Hardware::CPU.arm?
|
||||||
depends_on xcode: ["12.2", :build]
|
depends_on xcode: ["12.2", :build]
|
||||||
else
|
else
|
||||||
depends_on xcode: ["11.4", :build]
|
depends_on xcode: ["12.0", :build]
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
|
@ -17,7 +17,7 @@ class Mas < Formula
|
||||||
if Hardware::CPU.arm?
|
if Hardware::CPU.arm?
|
||||||
depends_on xcode: ["12.2", :build]
|
depends_on xcode: ["12.2", :build]
|
||||||
else
|
else
|
||||||
depends_on xcode: ["11.4", :build]
|
depends_on xcode: ["12.0", :build]
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue