From 38c17c0eddfb312ab341ab93d5b71ba90e9db1cc Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 5 Nov 2011 22:01:30 +0000 Subject: Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. Fixes issue #1220. --- Frameworks/Growl.framework/Versions/A/Growl | Bin 271496 -> 259544 bytes .../A/Headers/GrowlApplicationBridge-Carbon.h | 2 +- .../Versions/A/Headers/GrowlApplicationBridge.h | 4 ++-- .../Versions/A/Resources/Info.plist | 20 ++++++++++++++++++-- 4 files changed, 21 insertions(+), 5 deletions(-) (limited to 'Frameworks') diff --git a/Frameworks/Growl.framework/Versions/A/Growl b/Frameworks/Growl.framework/Versions/A/Growl index 55db3246..ee84bef2 100755 Binary files a/Frameworks/Growl.framework/Versions/A/Growl and b/Frameworks/Growl.framework/Versions/A/Growl differ diff --git a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h index d4adefd4..e7213dbe 100644 --- a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h +++ b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h @@ -2,7 +2,7 @@ // GrowlApplicationBridge-Carbon.h // Growl // -// Created by Mac-arena the Bored Zo on Wed Jun 18 2004. +// Created by Peter Hosey on Wed Jun 18 2004. // Based on GrowlApplicationBridge.h by Evan Schoenberg. // This source code is in the public domain. You may freely link it into any // program. diff --git a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h index 1e39f8d6..8afda27e 100644 --- a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h +++ b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h @@ -45,9 +45,9 @@ * @method isGrowlInstalled * @abstract Detects whether Growl is installed. * @discussion Determines if the Growl prefpane and its helper app are installed. - * @result Returns YES if Growl is installed, NO otherwise. + * @result this method will forever return YES */ -+ (BOOL) isGrowlInstalled; ++ (BOOL) isGrowlInstalled __attribute__((deprecated)); /*! * @method isGrowlRunning diff --git a/Frameworks/Growl.framework/Versions/A/Resources/Info.plist b/Frameworks/Growl.framework/Versions/A/Resources/Info.plist index 82b32dbb..fa23da2d 100644 --- a/Frameworks/Growl.framework/Versions/A/Resources/Info.plist +++ b/Frameworks/Growl.framework/Versions/A/Resources/Info.plist @@ -2,6 +2,8 @@ + BuildMachineOSBuild + 11C74 CFBundleDevelopmentRegion English CFBundleExecutable @@ -13,11 +15,25 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2 + 1.2.3 CFBundleSignature GRRR CFBundleVersion - 1.2 + 1.2.3 + DTCompiler + 4.0 + DTPlatformBuild + 10M2518 + DTPlatformVersion + PG + DTSDKBuild + 9L31a + DTSDKName + macosx10.5 + DTXcode + 0400 + DTXcodeBuild + 10M2518 NSPrincipalClass GrowlApplicationBridge -- cgit v1.2.3