From 756652c5ada848abed87ea66dcfbc69db0e66e6a Mon Sep 17 00:00:00 2001 From: Eloy DurĂ¡n Date: Sat, 24 Aug 2013 18:23:14 +0200 Subject: terminal-notifier 1.5.0 Closes #22109. Signed-off-by: Adam Vandenberg --- Library/Formula/terminal-notifier.rb | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb index a7c146608..ed2d611f0 100644 --- a/Library/Formula/terminal-notifier.rb +++ b/Library/Formula/terminal-notifier.rb @@ -2,19 +2,14 @@ require 'formula' class TerminalNotifier < Formula homepage 'https://github.com/alloy/terminal-notifier' - url 'https://github.com/alloy/terminal-notifier/archive/1.4.2.tar.gz' - sha1 'eaa201650be05ff10aecde03df7f0acb161eefd8' + url 'https://github.com/alloy/terminal-notifier/archive/1.5.0.tar.gz' + sha1 '76688ca503aec3988d6c857001f41b78d3c181e8' head 'https://github.com/alloy/terminal-notifier.git' depends_on :macos => :mountain_lion depends_on :xcode - def patches - # Disable code signing because we don't have the cert of the dev. - DATA - end - def install system 'xcodebuild', "-project", "Terminal Notifier.xcodeproj", "-target", "terminal-notifier", @@ -26,17 +21,3 @@ class TerminalNotifier < Formula chmod 0755, bin/'terminal-notifier' end end - -__END__ -diff --git a/Terminal Notifier.xcodeproj/project.pbxproj b/Terminal Notifier.xcodeproj/project.pbxproj -index 163020e..bc0597e 100644 ---- a/Terminal Notifier.xcodeproj/project.pbxproj -+++ b/Terminal Notifier.xcodeproj/project.pbxproj -@@ -275,7 +275,6 @@ - 5199793415B1F92B003AFC57 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { -- CODE_SIGN_IDENTITY = "Developer ID Application: Fingertips B.V."; - COMBINE_HIDPI_IMAGES = YES; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Terminal Notifier/Terminal Notifier-Prefix.pch"; -- cgit v1.2.3