diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-13 00:49:30 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-13 00:49:30 -0700 |
commit | 35d95932256d615da0599bad8acdbf91777962b0 (patch) | |
tree | 48023e37d395751ae5b20a192492a097c4b9f9f9 /Info.plist | |
parent | b22ac47b467684e0cd9b5497f2bd7074ead377f4 (diff) | |
download | mana-35d95932256d615da0599bad8acdbf91777962b0.tar.gz mana-35d95932256d615da0599bad8acdbf91777962b0.tar.bz2 mana-35d95932256d615da0599bad8acdbf91777962b0.tar.xz mana-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.plist | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -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> |