File: PreviewInfo.plist

package info (click to toggle)
preview.app 0.8.5-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 416 kB
  • ctags: 12
  • sloc: objc: 508; makefile: 41
file content (73 lines) | stat: -rw-r--r-- 2,152 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
    ApplicationDescription = "Image viewer";
    ApplicationIcon = Preview;
    ApplicationName = Preview;
    ApplicationRelease = "0.8.5";
    ApplicationURL = "http://gna.org/projects/gsimageapps";
    Authors = ("Fabien VALLON <fabien@sonapart.net>");
    Copyright = "Copyright \U00a9 2003,2004 Fabien VALLON,\n   Alcove:http://www.alcove.com\n";
    CopyrightDescription = "Released under the GNU GPL.";
    FullVersionID = "0.8.5";
    NSTypes = (
    {
       NSName = "jpg";
       NSHumanReadableName = "JPEG Image";
       NSUnixExtensions = (jpg,jpeg,JPG,JPEG);
       NSDOSExtensions = (jpg);
       NSMIMETypes = ("image/jpeg");
       NSRole = Viewer;
       NSIcon = FileIcon_jpeg.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "png";
       NSHumanReadableName = "PNG Image";
       NSUnixExtensions = (png,PNG);
       NSDOSExtensions = (png);
       NSMIMETypes = ("image/png");
       NSRole = Viewer;
       NSIcon = FileIcon_png.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "gif";
       NSHumanReadableName = "GIF Image";
       NSUnixExtensions = (gif,GIF);
       NSDOSExtensions = (gif);
       NSMIMETypes = ("image/gif");
       NSRole = Viewer;
       NSIcon = FileIcon_gif.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "xpm";
       NSHumanReadableName = "XPM Image";
       NSUnixExtensions = (xpm,XPM);
       NSDOSExtensions = (xpm);
       NSMIMETypes = ("image/xpm");
       NSRole = Viewer;
       NSIcon = FileIcon_xpm.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "tiff";
       NSHumanReadableName = "TIFF Image";
       NSUnixExtensions = (tiff,TIFF,tif,TIF);
       NSDOSExtensions = (tiff);
       NSMIMETypes = ("image/tiff");
       NSRole = Editor;
       NSIcon = FileIcon_tiff.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "pnm";
       NSHumanReadableName = "PNM Image";
       NSUnixExtensions = (pnm,PNM);
       NSDOSExtensions = (pnm);
       NSMIMETypes = ("image/pnm");
       NSRole = Viewer;
       NSIcon = FileIcon_pnm.tiff;
       NSDocumentClass = Document;
    }
 );
}