gscheme/GSchemeInfo.plist

21 lines
675 B
Plaintext
Raw Normal View History

2022-08-05 05:28:40 -04:00
{
ApplicationName = "GScheme";
ApplicationDescription = "A scheme interpreter";
2022-08-05 05:28:41 -04:00
ApplicationRelease = "GScheme 0.5";
FullVersionID = "0.5, January 2005";
2022-08-05 05:28:40 -04:00
Authors = ("Marko Riedel <mriedel@neuearbeit.de>");
2022-08-05 05:28:41 -04:00
Copyright = "Copyright (C) 2005 Free Software Foundation, Inc.";
2022-08-05 05:28:40 -04:00
CopyrightDescription = "This program is released under the GNU General Public License";
2022-08-05 05:28:41 -04:00
NSIcon = "GScheme.tiff";
2022-08-05 05:28:40 -04:00
NSTypes = (
{
NSName = "scm";
NSHumanReadableName = "Scheme program";
NSUnixExtensions = ("scm");
NSDOSExtensions = ("scm");
NSRole = Editor;
NSDocumentClass = Document;
}
);
}