diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-05 01:38:54 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-05 01:38:54 +0000 |
commit | 9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc (patch) | |
tree | 504e35105a667d25695bde06d888f01ef61adae0 /Info.plist | |
parent | 175e96ac7aff9b9285c2c12027d554d3a825d5e9 (diff) | |
download | sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.tar.gz sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.tar.bz2 sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.zip |
rename project; disable software update system (ticket #1)
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -26,21 +26,21 @@ </dict> </array> <key>CFBundleExecutable</key> - <string>CocoaMySQL</string> + <string>Sequel Pro</string> <key>CFBundleGetInfoString</key> - <string>CocoaMySQL</string> + <string>Sequel Pro</string> <key>CFBundleHelpBookFolder</key> <string>english_help</string> <key>CFBundleHelpBookName</key> - <string>CocoaMySQL Help</string> + <string>Sequel Pro Help</string> <key>CFBundleIconFile</key> <string>appicon.icns</string> <key>CFBundleIdentifier</key> - <string>com.textor.CocoaMySQL</string> + <string>com.google.code.sequel-pro</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>CocoaMySQL</string> + <string>Sequel Pro</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> @@ -66,12 +66,12 @@ <key>NSMenuItem</key> <dict> <key>default</key> - <string>CocoaMySQL/Perform selection as MySQL query</string> + <string>Sequel Pro/Perform selection as MySQL query</string> </dict> <key>NSMessage</key> <string>doPerformQueryService</string> <key>NSPortName</key> - <string>CocoaMySQL</string> + <string>Sequel Pro</string> <key>NSSendTypes</key> <array> <string>NSStringPboardType</string> |