diff options
author | avenjamin <avenjamin@gmail.com> | 2011-08-03 06:18:37 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2011-08-03 06:18:37 +0000 |
commit | 4f36d14c724d2d674abf7cc52b68b073ab76ddcb (patch) | |
tree | 385ded4535f5c3229353882c25fe2973bd45ba99 /Resources | |
parent | 566f784ae03776dd3f5cfda20a357240d2e73a77 (diff) | |
download | sequelpro-4f36d14c724d2d674abf7cc52b68b073ab76ddcb.tar.gz sequelpro-4f36d14c724d2d674abf7cc52b68b073ab76ddcb.tar.bz2 sequelpro-4f36d14c724d2d674abf7cc52b68b073ab76ddcb.zip |
Specified the application category as "Developer Tools" for Lion. This resolves issue #1133. (http://spbug.com/1133)
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 04fae0b5..95dc0c36 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -143,6 +143,8 @@ <integer>10000</integer> <key>FRFeedbackReporter.targetURL</key> <string>http://log.sequelpro.com/submit</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.developer-tools</string> <key>LSMinimumSystemVersion</key> <string>10.5.0</string> <key>LSMinimumSystemVersionByArchitecture</key> |