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 + + +