From: Dave Carlton Date: Wed, 30 Dec 2020 18:58:01 +0000 (-0600) Subject: Added UTExportedTypeDeclarations to Info.plist X-Git-Tag: 0.99~2658 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=75bb4b0ed5347bcc4f2f810fbfe62a89c3aa3e32 Added UTExportedTypeDeclarations to Info.plist Permit system to identify file extension .factor as text --- diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist index 48581e7554..621697230f 100644 --- a/Factor.app/Contents/Info.plist +++ b/Factor.app/Contents/Info.plist @@ -34,7 +34,7 @@ CFBundleVersion 0.99 NSHumanReadableCopyright - Copyright © 2003-2018 Factor developers + Copyright © 2003-2020 Factor developers NSServices @@ -74,5 +74,32 @@ NSHighResolutionCapable + UTExportedTypeDeclarations + + + UTTypeIdentifier + public.source-factor + UTTypeReferenceURL + http://factorcode.org + UTTypeDescription + Factor Code + UTTypeIconFile + Factor.icns + UTTypeConformsTo + + public.source + public.plain-text + public.text + public.data + + UTTypeTagSpecification + + public.filename-extension + + .factor + + + +