diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-15 20:05:27 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-15 20:05:27 +0000 |
commit | 872541a73013a8a6e6066c6da45e1f603d0e4946 (patch) | |
tree | 238888b25dc30fe344245a6bf7c121ce468f1214 | |
parent | e07adb66488c4069480640b6dc880bb59d138599 (diff) | |
download | usdx-872541a73013a8a6e6066c6da45e1f603d0e4946.tar.gz usdx-872541a73013a8a6e6066c6da45e1f603d0e4946.tar.xz usdx-872541a73013a8a6e6066c6da45e1f603d0e4946.zip |
Update the new name of the binary, the icon name and the TYPE code USDX
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1271 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/MacOSX/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist index dfc8de66..a62966cf 100644 --- a/Game/Code/MacOSX/Info.plist +++ b/Game/Code/MacOSX/Info.plist @@ -7,11 +7,11 @@ <key>CFBundleDisplayName</key> <string>UltraStarDeluxe</string> <key>CFBundleExecutable</key> - <string>UltraStar</string> + <string>ultrastardx</string> <key>CFBundleGetInfoString</key> <string>UltraStarDeluxe, a SingStar clone</string> <key>CFBundleIconFile</key> - <string>ustar-icon_v01</string> + <string>ustar-icon_v01.icns</string> <key>CFBundleIdentifier</key> <string>org.ultrastardeluxe.ultrastardeluxe</string> <key>CFBundleInfoDictionaryVersion</key> @@ -23,7 +23,7 @@ <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleSignature</key> - <string>????</string> + <string>USDX</string> <key>CFBundleVersion</key> <string>1.0</string> <key>LSExecutableArchitectures</key> |