aboutsummaryrefslogtreecommitdiffstats
path: root/Info.plist
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2011-03-15 23:19:46 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2011-03-15 23:19:46 -0400
commitcc6272bd1577b277b41d8b431758475f55f3e361 (patch)
tree06d507550bce62bfe9864f37ee77ac481c53bff3 /Info.plist
parent9992988f581532a7db50b57594fc3e346398f9fa (diff)
downloadmoxie-cc6272bd1577b277b41d8b431758475f55f3e361.tar.gz
moxie-cc6272bd1577b277b41d8b431758475f55f3e361.zip
Fixes for 64 bit builds.
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist4
1 files changed, 3 insertions, 1 deletions
diff --git a/Info.plist b/Info.plist
index c6f7d1d..402f0c8 100644
--- a/Info.plist
+++ b/Info.plist
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
@@ -47,6 +47,8 @@
<string>MOXI</string>
<key>CFBundleVersion</key>
<string>0-dev</string>
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.simulation-games</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>