• R/O
  • SSH
  • HTTPS

alchemusica:


File Info

Rev. 4
大小 496 字节
时间 2011-09-03 15:22:57
作者 toshinagata1964
Log Message

initial import

Content

{
    NSInfoPlistVersion = "5.0";
    NSAppVersion = "1.0";
    NSHumanReadableShortName = "SimpleTextEdit";
    NSHumanReadableCompleteName = "Simple Text Edit Sample"; 
    NSHumanReadableCopyright = "Copyright (c) 2000, Apple Computer, Inc.";
    NSTypes = (
     {
        NSName = "rtf";
        NSHumanReadableName = "RTF Document";
        NSUnixExtensions = ("h", "m");
        NSDOSExtensions = ("h", "m");
        NSRole = Editor;
        NSDocumentClass = MyDocument;
      }
    );
}
Show on old repository browser