diff options
author | David Athay <ko2fan@gmail.com> | 2010-07-17 20:59:39 -0500 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2010-07-17 20:59:39 -0500 |
commit | 1fdfce5957e358004d5acb267fb1eb09579fe0ed (patch) | |
tree | fcd8347c91e88d9c99426969a007582c8b41dc06 /Info.plist | |
parent | 2d584d7e8aaeacbcb1036bae5c8deca9b810fe60 (diff) | |
download | mana-1fdfce5957e358004d5acb267fb1eb09579fe0ed.tar.gz mana-1fdfce5957e358004d5acb267fb1eb09579fe0ed.tar.bz2 mana-1fdfce5957e358004d5acb267fb1eb09579fe0ed.tar.xz mana-1fdfce5957e358004d5acb267fb1eb09579fe0ed.zip |
Fixed config directory, updated project file.
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> - <string>The Mana World.icns</string> + <string>mana.icns</string> <key>CFBundleIdentifier</key> <string>Mana</string> <key>CFBundleName</key> @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> - <string>Mana.</string> + <string>Mana</string> <key>CFBundleVersion</key> <string>1.0</string> <key>NSHumanReadableCopyright</key> |