From 91b8195ebbf55f891140c592bbe6b1e9fbc3c847 Mon Sep 17 00:00:00 2001 From: "bill@Ixion" Date: Thu, 27 Aug 2009 14:10:28 -0500 Subject: [PATCH] fixing casefolding bug --- platform/macosx/Info.plist | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 platform/macosx/Info.plist diff --git a/platform/macosx/Info.plist b/platform/macosx/Info.plist new file mode 100644 index 000000000..865a98621 --- /dev/null +++ b/platform/macosx/Info.plist @@ -0,0 +1,51 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + love + + CFBundleTypeIconFile + LoveDocument.icns + CFBundleTypeName + Love Project + CFBundleTypeOSTypes + + ???? + + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + LSTypeIsPackage + + + + CFBundleExecutable + love + CFBundleIconFile + Love.icns + CFBundleIdentifier + org.love2d.love + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + love + CFBundlePackageType + LoVe + CFBundleSignature + LoVe + CFBundleVersion + 0.6.0 + NSMainNibFile + SDLMain + NSPrincipalClass + NSApplication + +