From 66b61c638131a0c560f94db7adc0e5909e290abf Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Sun, 2 May 2021 12:57:48 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Require=20Xcode=2012.0=20f?= =?UTF-8?q?or=20Swift=205.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 2 +- Homebrew/mas.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 1319348..6678ee5 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -22,7 +22,7 @@ class Mas < Formula if Hardware::CPU.arm? depends_on xcode: ["12.2", :build] else - depends_on xcode: ["11.4", :build] + depends_on xcode: ["12.0", :build] end def install diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 2b88d02..1aba3a8 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -17,7 +17,7 @@ class Mas < Formula if Hardware::CPU.arm? depends_on xcode: ["12.2", :build] else - depends_on xcode: ["11.4", :build] + depends_on xcode: ["12.0", :build] end def install