From edab8ca00033f57365714ac1902b50ea89f642e8 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 17 May 2008 20:25:08 +0000 Subject: Creating macosx-app with "make macosx-app". XCode building probably broken git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1107 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/MacOSX/Info.plist | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'Game/Code/MacOSX/Info.plist') diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist index fab56642..178bc1e3 100644 --- a/Game/Code/MacOSX/Info.plist +++ b/Game/Code/MacOSX/Info.plist @@ -1,25 +1,37 @@ - + CFBundleDevelopmentRegion English + CFBundleDisplayName + UltraStar Deluxe CFBundleExecutable - ${PRODUCT_NAME} + UltraStar + CFBundleGetInfoString + UltraStar Deluxe, a SingStar clone CFBundleIconFile - ustar-icon_v01.icns + ustar-icon_v01 CFBundleIdentifier org.ultrastardeluxe.ultrastardeluxe CFBundleInfoDictionaryVersion 6.0 CFBundleName - ${PRODUCT_NAME} + UltraStar Deluxe CFBundlePackageType APPL + CFBundleShortVersionString + 1.0 CFBundleSignature ???? CFBundleVersion 1.0 + LSExecutableArchitectures + i386 + NSAppleScriptEnabled + + NSHumanReadableCopyright + LGPL NSMainNibFile SDLMain NSPrincipalClass -- cgit v1.2.3