gscheme/GSchemeInfo.plist

20 lines
645 B
Plaintext

{
ApplicationName = "GScheme";
ApplicationDescription = "A scheme interpreter";
ApplicationRelease = "GScheme 0.1";
FullVersionID = "0.1, June 2002";
Authors = ("Marko Riedel <mriedel@neuearbeit.de>");
Copyright = "Copyright (C) 2002 Free Software Foundation, Inc.";
CopyrightDescription = "This program is released under the GNU General Public License";
NSTypes = (
{
NSName = "scm";
NSHumanReadableName = "Scheme program";
NSUnixExtensions = ("scm");
NSDOSExtensions = ("scm");
NSRole = Editor;
NSDocumentClass = Document;
}
);
}