From 50d173a828e75d2b8bc439c8b65bc8bb1127fe48 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 27 Aug 2008 15:04:56 +0000 Subject: rename MacOSX part2 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1313 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/macosx/Info.plist | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/macosx/Info.plist (limited to 'src/macosx/Info.plist') diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist new file mode 100644 index 00000000..a62966cf --- /dev/null +++ b/src/macosx/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + UltraStarDeluxe + CFBundleExecutable + ultrastardx + CFBundleGetInfoString + UltraStarDeluxe, a SingStar clone + CFBundleIconFile + ustar-icon_v01.icns + CFBundleIdentifier + org.ultrastardeluxe.ultrastardeluxe + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + UltraStarDeluxe + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + USDX + CFBundleVersion + 1.0 + LSExecutableArchitectures + i386 + NSAppleScriptEnabled + + NSHumanReadableCopyright + LGPL + NSMainNibFile + SDLMain + NSPrincipalClass + NSApplication + + -- cgit v1.2.3 From fdc8c343d6ebc7b043a27562dd51f1a51e507a46 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 27 Aug 2008 20:21:16 +0000 Subject: name and path change of icon file git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1323 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/macosx/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macosx/Info.plist') diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist index a62966cf..5682c8a5 100644 --- a/src/macosx/Info.plist +++ b/src/macosx/Info.plist @@ -11,7 +11,7 @@ CFBundleGetInfoString UltraStarDeluxe, a SingStar clone CFBundleIconFile - ustar-icon_v01.icns + ultrastardx.icns CFBundleIdentifier org.ultrastardeluxe.ultrastardeluxe CFBundleInfoDictionaryVersion -- cgit v1.2.3