{ ApplicationName = "Ink"; ApplicationDescription = "An Example of how to use NSTextView"; ApplicationRelease = "0.1"; Authors = ("Fred Kiefer "); Copyright = "Copyright (c) 2000 Fred Kiefer "; CopyrightDescription = "This program is released under the GNU General Public License"; NSIcon = Ink_app; NSTypes = ( { NSName = "rtf"; NSHumanReadableName = "RTF Document"; NSUnixExtensions = ("rtf"); NSDOSExtensions = ("rtf"); NSMIMETypes = ("text/rtf"); NSIcon = FileIcon_rtf; NSRole = Editor; NSDocumentClass = Document; }, { NSName = "rtfd"; NSHumanReadableName = "RTFD Document"; NSUnixExtensions = ("rtfd"); NSDOSExtensions = ("rtfd"); NSIcon = FileIcon_rtf; NSRole = Editor; NSDocumentClass = Document; }, { NSName = "text"; NSHumanReadableName = "Text Document"; NSUnixExtensions = ("txt"); NSDOSExtensions = ("txt"); NSMIMETypes = ("text/plain"); NSIcon = FileIcon_txt; NSRole = Editor; NSDocumentClass = Document; } ); }