From 52eeec05d021df5334934f50dfafff981cbca33b Mon Sep 17 00:00:00 2001 From: eddie-0815 Date: Mon, 29 Oct 2007 21:40:14 +0000 Subject: Just adding first MacOSX version. This does not compile yet. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@540 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/MacOSX/Info.plist | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Game/Code/MacOSX/Info.plist (limited to 'Game/Code/MacOSX/Info.plist') diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist new file mode 100644 index 00000000..dd9c079f --- /dev/null +++ b/Game/Code/MacOSX/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${PRODUCT_NAME} + CFBundleIconFile + UltraStar.icns + CFBundleIdentifier + org.ultrastardeluxe.ultrastardeluxe + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSMainNibFile + SDLMain + NSPrincipalClass + NSApplication + + -- cgit v1.2.3 From 1107103fe87e01705094826991b205787ecc765f Mon Sep 17 00:00:00 2001 From: eddie-0815 Date: Fri, 2 Nov 2007 19:27:21 +0000 Subject: Added icns file for mac os x. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@557 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/MacOSX/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/MacOSX/Info.plist') diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist index dd9c079f..fab56642 100644 --- a/Game/Code/MacOSX/Info.plist +++ b/Game/Code/MacOSX/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${PRODUCT_NAME} CFBundleIconFile - UltraStar.icns + ustar-icon_v01.icns CFBundleIdentifier org.ultrastardeluxe.ultrastardeluxe CFBundleInfoDictionaryVersion -- cgit v1.2.3