diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-12-07 07:43:11 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-12-07 07:43:11 +0000 |
commit | f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d (patch) | |
tree | 7ffbc90b3473461bf3c5c9e22318422135c2f5e8 | |
parent | 62b26941c2b1aeb0cfa3c38a20fbcc06812c16ac (diff) | |
download | sequelpro-f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d.tar.gz sequelpro-f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d.tar.bz2 sequelpro-f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d.zip |
updated version number and copyright strings
-rw-r--r-- | English.lproj/InfoPlist.strings | bin | 464 -> 464 bytes | |||
-rw-r--r-- | Info.plist | 26 |
2 files changed, 13 insertions, 13 deletions
diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings Binary files differindex c4ed2c20..9a4a3751 100644 --- a/English.lproj/InfoPlist.strings +++ b/English.lproj/InfoPlist.strings @@ -27,6 +27,10 @@ </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> + <key>CFBundleHelpBookFolder</key> + <string>english_help</string> + <key>CFBundleHelpBookName</key> + <string>Sequel Pro Help</string> <key>CFBundleIconFile</key> <string>appicon.icns</string> <key>CFBundleIdentifier</key> @@ -37,18 +41,18 @@ <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>0.9.3</string> <key>CFBundleVersion</key> - <string>154</string> + <string>236</string> + <key>NSAppleScriptEnabled</key> + <string>YES</string> + <key>NSHumanReadableCopyright</key> + <string>0.9.3 (236)</string> <key>NSMainNibFile</key> <string>MainMenu</string> - <key>CFBundleHelpBookFolder</key> - <string>english_help</string> - <key>CFBundleHelpBookName</key> - <string>Sequel Pro Help</string> <key>NSPrincipalClass</key> <string>NSApplication</string> - <key>SUFeedURL</key> - <string>http://sequelpro.com/appcast/app-releases.xml</string> <key>NSServices</key> <array> <dict> @@ -72,11 +76,7 @@ </array> </dict> </array> - <key>NSAppleScriptEnabled</key> - <string>YES</string> - <key>CFBundleShortVersionString</key> - <string>0.9.2</string> - <key>NSHumanReadableCopyright</key> - <string>0.9.2 (154)</string> + <key>SUFeedURL</key> + <string>http://sequelpro.com/appcast/app-releases.xml</string> </dict> </plist> |