summaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-13 00:49:30 -0700
committerIra Rice <irarice@gmail.com>2009-02-13 00:49:30 -0700
commit35d95932256d615da0599bad8acdbf91777962b0 (patch)
tree48023e37d395751ae5b20a192492a097c4b9f9f9 /Info.plist
parentb22ac47b467684e0cd9b5497f2bd7074ead377f4 (diff)
downloadmana-client-35d95932256d615da0599bad8acdbf91777962b0.tar.gz
mana-client-35d95932256d615da0599bad8acdbf91777962b0.tar.bz2
mana-client-35d95932256d615da0599bad8acdbf91777962b0.tar.xz
mana-client-35d95932256d615da0599bad8acdbf91777962b0.zip
Added in mac build support, contributed to us by allenmoatallen> from
Legends of Mazzeroth. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist20
1 files changed, 9 insertions, 11 deletions
diff --git a/Info.plist b/Info.plist
index 36084dd8..ab5f808d 100644
--- a/Info.plist
+++ b/Info.plist
@@ -5,26 +5,24 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
- <string>The Mana World</string>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
- <string>The Mana World.icns</string>
+ <string>aethyra.icns</string>
<key>CFBundleIdentifier</key>
- <string>TMW</string>
+ <string>com.aethyra</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
<key>CFBundleName</key>
- <string>The Mana World</string>
+ <string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
- <string>tmw.</string>
+ <string>????</string>
<key>CFBundleVersion</key>
- <string>1.0</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2008 The Mana World Development Team</string>
+ <string>0.29</string>
<key>NSMainNibFile</key>
- <string>SDLMain</string>
+ <string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
- <key>NSPrincipleClass</key>
- <string>NSApplication</string>
</dict>
</plist>