Browse Subversion Repository
Contents of /trunk/English.lproj/CustomInfo.plist
Parent Directory
| Revision Log
Revision 4 -
( show annotations)
( download)
Sat Sep 3 06:22:57 2011 UTC
(12 years, 7 months ago)
by toshinagata1964
File size: 496 byte(s)
initial import
| 1 |
{ |
| 2 |
NSInfoPlistVersion = "5.0"; |
| 3 |
NSAppVersion = "1.0"; |
| 4 |
NSHumanReadableShortName = "SimpleTextEdit"; |
| 5 |
NSHumanReadableCompleteName = "Simple Text Edit Sample"; |
| 6 |
NSHumanReadableCopyright = "Copyright (c) 2000, Apple Computer, Inc."; |
| 7 |
NSTypes = ( |
| 8 |
{ |
| 9 |
NSName = "rtf"; |
| 10 |
NSHumanReadableName = "RTF Document"; |
| 11 |
NSUnixExtensions = ("h", "m"); |
| 12 |
NSDOSExtensions = ("h", "m"); |
| 13 |
NSRole = Editor; |
| 14 |
NSDocumentClass = MyDocument; |
| 15 |
} |
| 16 |
); |
| 17 |
} |
|