configen 1.0.1
Closes #19242. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
70e2cf6cff
commit
ba166d5aad
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Configen < Formula
|
||||
desc "Configuration file code generator for use in Xcode projects"
|
||||
homepage "https://github.com/theappbusiness/ConfigGenerator"
|
||||
url "https://github.com/theappbusiness/ConfigGenerator/archive/v1.0.0.tar.gz"
|
||||
sha256 "b44b18df31a6a0bb2e5e44db48f26c7bba504a9b78d56fdf6a3bc543d79c2850"
|
||||
url "https://github.com/theappbusiness/ConfigGenerator/archive/v1.0.1.tar.gz"
|
||||
sha256 "ade2c4296643cbc0c21d989d4506eef9d797a0349300ff46590a6b47979cdf64"
|
||||
|
||||
head "https://github.com/theappbusiness/ConfigGenerator.git"
|
||||
|
||||
|
@ -13,7 +13,7 @@ class Configen < Formula
|
|||
sha256 "f7ff48ab3a47cffc90001fa888e53a0d520327bb68285ee9d8dbe9a3355c1118" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on :xcode => :build
|
||||
depends_on :xcode => ["9.0", :build]
|
||||
|
||||
def install
|
||||
xcodebuild "SYMROOT=build"
|
||||
|
|
Loading…
Reference in a new issue