From 75bb4b0ed5347bcc4f2f810fbfe62a89c3aa3e32 Mon Sep 17 00:00:00 2001 From: Dave Carlton Date: Wed, 30 Dec 2020 12:58:01 -0600 Subject: [PATCH] Added UTExportedTypeDeclarations to Info.plist Permit system to identify file extension .factor as text --- Factor.app/Contents/Info.plist | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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 + + + + -- 2.34.1