objc-codegenutils: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:35:00 +00:00
parent 88b4c1d2fd
commit 28dcced4eb
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -12,11 +12,9 @@ class ObjcCodegenutils < Formula
sha256 "d7b3d3d26970add3af78b0820f3ef8b5e0290f1b2114f5bf06acddcd8d6bdb34" => :sierra
sha256 "d7b945db595b07ee5677902586e01002ba555affdcae366f1fcbe919a6013772" => :el_capitan
sha256 "46d389e6ec12462dfbdd97822ce7c6e8156bbe9fac7a3baf04c20cb1991d9f75" => :mavericks
sha256 "b2a970d293782e5dc6cdf2902df97c89dfa3552aeb5994c7b035a256e5659868" => :mountain_lion
end
depends_on :xcode => :build
depends_on :macos => :mountain_lion
def install
xcodebuild "-project", "codegenutils.xcodeproj", "-target", "assetgen", "-configuration", "Release", "SYMROOT=build", "OBJROOT=build"