diff options
author | Max <post@wickenrode.com> | 2014-12-31 05:23:07 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-12-31 05:23:07 +0100 |
commit | 42593525e55ad5daa01b3edde3c4cce653559f72 (patch) | |
tree | f55e042170658afd732041e25a38b877fe733a8f /Frameworks/Growl.framework/Versions/A/Resources | |
parent | f12b95bb7b3dda011dea4bb3e0edff1428a38209 (diff) | |
download | sequelpro-42593525e55ad5daa01b3edde3c4cce653559f72.tar.gz sequelpro-42593525e55ad5daa01b3edde3c4cce653559f72.tar.bz2 sequelpro-42593525e55ad5daa01b3edde3c4cce653559f72.zip |
Update Growl.framework to 2.0.1
As per https://code.google.com/p/growl/wiki/SystemRequirements this should not break compatibility with Sequel Pro and the API stays the same.
This change gives us Notification Center support for free, though.
Diffstat (limited to 'Frameworks/Growl.framework/Versions/A/Resources')
-rw-r--r-- | Frameworks/Growl.framework/Versions/A/Resources/Info.plist | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Frameworks/Growl.framework/Versions/A/Resources/Info.plist b/Frameworks/Growl.framework/Versions/A/Resources/Info.plist index fa23da2d..6a90f41b 100644 --- a/Frameworks/Growl.framework/Versions/A/Resources/Info.plist +++ b/Frameworks/Growl.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> - <string>11C74</string> + <string>12C60</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> @@ -15,25 +15,25 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>1.2.3</string> + <string>2.0.1</string> <key>CFBundleSignature</key> <string>GRRR</string> <key>CFBundleVersion</key> - <string>1.2.3</string> + <string>2.0.1</string> <key>DTCompiler</key> - <string>4.0</string> + <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> - <string>10M2518</string> + <string>4G2008a</string> <key>DTPlatformVersion</key> - <string>PG</string> + <string>GM</string> <key>DTSDKBuild</key> - <string>9L31a</string> + <string>12C37</string> <key>DTSDKName</key> - <string>macosx10.5</string> + <string>macosx10.8</string> <key>DTXcode</key> - <string>0400</string> + <string>0452</string> <key>DTXcodeBuild</key> - <string>10M2518</string> + <string>4G2008a</string> <key>NSPrincipalClass</key> <string>GrowlApplicationBridge</string> </dict> |