aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-16 20:51:30 +0000
committerrowanbeentje <rowan@beent.je>2009-04-16 20:51:30 +0000
commit4051d858d9e189b7c5bd0919e0bf952cb42898b8 (patch)
tree202fc0adac672bcc8e939bd848438b8b2814672f
parent02cc3edfc5a0c64de768812220e78aba26aab81f (diff)
downloadsequelpro-4051d858d9e189b7c5bd0919e0bf952cb42898b8.tar.gz
sequelpro-4051d858d9e189b7c5bd0919e0bf952cb42898b8.tar.bz2
sequelpro-4051d858d9e189b7c5bd0919e0bf952cb42898b8.zip
- Add the minimum system version key. When run on 10.4 the system now displays "You cannot use the application "Sequel Pro" with this version of Mac OS X", rather than crashing.
-rw-r--r--Resources/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist
index 327b5058..74ceeaca 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -49,6 +49,8 @@
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>0.9.4 (387)</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.5.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>