diff options
author | rowanbeentje <rowan@beent.je> | 2009-12-09 23:41:20 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-12-09 23:41:20 +0000 |
commit | c1b9f9936fbf99ecf0f5ad2faaa0755fa27963c2 (patch) | |
tree | fbf657a29b909a56c39581a883add72414febdf1 /Resources/Info.plist | |
parent | 82863377e365f27dffe757dba7b25163a48aec1d (diff) | |
download | sequelpro-c1b9f9936fbf99ecf0f5ad2faaa0755fa27963c2.tar.gz sequelpro-c1b9f9936fbf99ecf0f5ad2faaa0755fa27963c2.tar.bz2 sequelpro-c1b9f9936fbf99ecf0f5ad2faaa0755fa27963c2.zip |
- Add document images for .spf and .sql files
- Rename "SequelPro connections" to "Sequel Pro connections" for consistency
- Update version numbers to 0.9.7
Diffstat (limited to 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index ebd94b5f..9d9f8416 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -12,9 +12,9 @@ <string>spf</string> </array> <key>CFBundleTypeIconFile</key> - <string>appicon.icns</string> + <string>spficon.icns</string> <key>CFBundleTypeName</key> - <string>SequelPro connection</string> + <string>Sequel Pro connection</string> <key>CFBundleTypeOSTypes</key> <array> <string>connection</string> @@ -30,7 +30,7 @@ <string>sql</string> </array> <key>CFBundleTypeIconFile</key> - <string>appicon.icns</string> + <string>sqlicon.icns</string> <key>CFBundleTypeName</key> <string>SQL file</string> <key>CFBundleTypeOSTypes</key> @@ -60,15 +60,15 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.6</string> + <string>0.9.7</string> <key>CFBundleVersion</key> <string></string> + <key>LSMinimumSystemVersion</key> + <string>10.5.0</string> <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> <string>Copyright 2002-2009 Sequel Pro and CocoaMySQL team.</string> - <key>LSMinimumSystemVersion</key> - <string>10.5.0</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |