sourcedocs: update min Xcode
Building on Mojave errors out with: ``` error: package at <build_dir> is using Swift tools version 5.3.0 but the installed version is 5.1.0 ``` Swift 5.3.0 corresponds to Xcode 12.0 Closes #95308. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
a93d48fd22
commit
7cdc7e8b42
|
@ -13,7 +13,7 @@ class Sourcedocs < Formula
|
||||||
sha256 cellar: :any_skip_relocation, catalina: "71442a1bb13f262c5aad88da184352ae817f15b18f65f17abf2dabc39d85ca40"
|
sha256 cellar: :any_skip_relocation, catalina: "71442a1bb13f262c5aad88da184352ae817f15b18f65f17abf2dabc39d85ca40"
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on xcode: ["10.3", :build, :test]
|
depends_on xcode: ["12.0", :build, :test]
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "swift", "build", "--disable-sandbox", "-c", "release"
|
system "swift", "build", "--disable-sandbox", "-c", "release"
|
||||||
|
|
Loading…
Reference in New Issue