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
Adrian Ho 2022-02-17 23:12:50 +08:00 committed by BrewTestBot
parent a93d48fd22
commit 7cdc7e8b42
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Sourcedocs < Formula
sha256 cellar: :any_skip_relocation, catalina: "71442a1bb13f262c5aad88da184352ae817f15b18f65f17abf2dabc39d85ca40"
end
depends_on xcode: ["10.3", :build, :test]
depends_on xcode: ["12.0", :build, :test]
def install
system "swift", "build", "--disable-sandbox", "-c", "release"