diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 13:27:21 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 13:27:21 -0600 |
commit | 03761078314cca27692ccce12a823c484fbe90e0 (patch) | |
tree | ffe264d029a6ae5bd85b26a43aa14ac0079da89f /Info.plist | |
parent | b55ace0590c8d8112294a6724fd224d8e44834d1 (diff) | |
download | mana-03761078314cca27692ccce12a823c484fbe90e0.tar.gz mana-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2 mana-03761078314cca27692ccce12a823c484fbe90e0.tar.xz mana-03761078314cca27692ccce12a823c484fbe90e0.zip |
Basically finish rebranding
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,17 +9,17 @@ <key>CFBundleIconFile</key> <string>The Mana World.icns</string> <key>CFBundleIdentifier</key> - <string>TMW</string> + <string>Mana</string> <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> - <string>tmw.</string> + <string>Mana.</string> <key>CFBundleVersion</key> <string>1.0</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2008 The Mana World Development Team</string> + <string>Copyright 2009 Mana Development Team</string> <key>NSMainNibFile</key> <string>SDLMain</string> <key>NSPrincipalClass</key> |