summaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist6
1 files changed, 5 insertions, 1 deletions
diff --git a/Info.plist b/Info.plist
index 76f8dc76..8699a8ae 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>
@@ -18,8 +18,12 @@
<string>tmw.</string>
<key>CFBundleVersion</key>
<string>1.0</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 2008 The Mana World Development Team</string>
<key>NSMainNibFile</key>
<string>main</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
<key>NSPrincipleClass</key>
<string>NSApplication</string>
</dict>