diff options
author | stuconnolly <stuart02@gmail.com> | 2011-11-05 22:01:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-11-05 22:01:30 +0000 |
commit | 38c17c0eddfb312ab341ab93d5b71ba90e9db1cc (patch) | |
tree | d83b844ecaf33dd19278af5e6b3ac5edf0e1488e /Frameworks/Growl.framework/Versions/A/Resources | |
parent | 355c209d75793ed7a845cd9c73261a5c32732294 (diff) | |
download | sequelpro-38c17c0eddfb312ab341ab93d5b71ba90e9db1cc.tar.gz sequelpro-38c17c0eddfb312ab341ab93d5b71ba90e9db1cc.tar.bz2 sequelpro-38c17c0eddfb312ab341ab93d5b71ba90e9db1cc.zip |
Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. Fixes issue #1220.
Diffstat (limited to 'Frameworks/Growl.framework/Versions/A/Resources')
-rw-r--r-- | Frameworks/Growl.framework/Versions/A/Resources/Info.plist | 20 |
1 files changed, 18 insertions, 2 deletions
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 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>BuildMachineOSBuild</key> + <string>11C74</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> @@ -13,11 +15,25 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>1.2</string> + <string>1.2.3</string> <key>CFBundleSignature</key> <string>GRRR</string> <key>CFBundleVersion</key> - <string>1.2</string> + <string>1.2.3</string> + <key>DTCompiler</key> + <string>4.0</string> + <key>DTPlatformBuild</key> + <string>10M2518</string> + <key>DTPlatformVersion</key> + <string>PG</string> + <key>DTSDKBuild</key> + <string>9L31a</string> + <key>DTSDKName</key> + <string>macosx10.5</string> + <key>DTXcode</key> + <string>0400</string> + <key>DTXcodeBuild</key> + <string>10M2518</string> <key>NSPrincipalClass</key> <string>GrowlApplicationBridge</string> </dict> |