-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathformats.plist
97 lines (97 loc) · 2.4 KB
/
formats.plist
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pdf</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/pdf</string>
</array>
<key>CFBundleTypeName</key>
<string>PDF</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>ICExtension</key>
<string>PDF</string>
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
<key>LSItemContentTypes</key>
<array>
<string>com.apple.localized-pdf-bundle</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ps</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/postscript</string>
</array>
<key>CFBundleTypeName</key>
<string>PostScript</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
<key>LSItemContentTypes</key>
<array>
<string>com.adobe.encapsulated-postscript</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>djvu</string>
<string>djv</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/vnd.djvu</string>
<string>image/x-dejavu</string>
<string>image/djvu</string>
<string>image/x.djvu</string>
<string>image/x-djvu</string>
<string>image/x-iw44</string>
</array>
<key>CFBundleTypeName</key>
<string>DjVu</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.firmshell.djvu</string>
<string>com.lizardtech.djvu</string>
<string>org.djvuzone.djvulibre.djvu</string>
<string>org.djvu.DjView</string>
<string>public.data</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>fb2</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-fictionbook</string>
</array>
<key>CFBundleTypeName</key>
<string>FB2</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
</array>
</dict>
</plist>