From 01fdbac92dfd383f63de06491376416441c18d80 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Sat, 19 Mar 2011 23:58:14 -0500 Subject: [PATCH] update OS X version to 0.7.2 --- platform/macosx/love-Info.plist | 66 ++++++++++++++++----------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/platform/macosx/love-Info.plist b/platform/macosx/love-Info.plist index 0587e2428..112377eb6 100644 --- a/platform/macosx/love-Info.plist +++ b/platform/macosx/love-Info.plist @@ -13,16 +13,16 @@ CFBundleTypeIconFile LoveDocument.icns + CFBundleTypeMIMETypes + + application/x-love-game + CFBundleTypeName Love Project CFBundleTypeOSTypes LOVE - CFBundleTypeMIMETypes - - application/x-love-game - CFBundleTypeRole Viewer LSIsAppleDefaultForType @@ -41,34 +41,6 @@ Viewer - UTExportedTypeDeclarations - - - UTTypeConformsTo - - com.pkware.zip-archive - - UTTypeIdentifier - org.love2d.love-game - UTTypeDescription - Love Project - UTTypeIconFile - LoveDocument.icns - UTTypeTagSpecification - - com.apple.ostype - LOVE - public.filename-extension - - love - - public.mime-type - application/x-love-game - - UTTypeReferenceURL - http://love2d.org/wiki/Game_Distribution - - CFBundleExecutable love CFBundleIconFile @@ -84,10 +56,38 @@ CFBundleSignature LoVe CFBundleVersion - 0.7.1 + 0.7.2 NSMainNibFile SDLMain NSPrincipalClass NSApplication + UTExportedTypeDeclarations + + + UTTypeConformsTo + + com.pkware.zip-archive + + UTTypeDescription + Love Project + UTTypeIconFile + LoveDocument.icns + UTTypeIdentifier + org.love2d.love-game + UTTypeReferenceURL + http://love2d.org/wiki/Game_Distribution + UTTypeTagSpecification + + com.apple.ostype + LOVE + public.filename-extension + + love + + public.mime-type + application/x-love-game + + +