swiftgen: add depends_on :macos
parent
c13a2cc1c2
commit
3cbe50078c
|
@ -14,6 +14,7 @@ class Swiftgen < Formula
|
|||
|
||||
depends_on "ruby" => :build if MacOS.version <= :sierra
|
||||
depends_on xcode: ["12.0", :build]
|
||||
depends_on :macos
|
||||
|
||||
def install
|
||||
# Disable swiftlint build phase to avoid build errors if versions mismatch
|
||||
|
|
Loading…
Reference in New Issue