1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDocumentTypes</key>
8 <key>CFBundleTypeName</key>
9 <string>Portable Game Notation</string>
10 <key>CFBundleTypeIconFile</key>
11 <string>pgn.icns</string>
12 <key>LSHandlerRank</key>
13 <string>Owner</string>
14 <key>CFBundleTypeRole</key>
15 <string>Editor</string>
16 <key>LSItemContentTypes</key>
18 <string>org.fsf.xboard.pgn</string>
19 <string>com.apple.chess.pgn</string>
23 <key>CFBundleTypeName</key>
24 <string>XBoard Option File</string>
25 <key>CFBundleTypeIconFile</key>
26 <string>xop.icns</string>
27 <key>LSHandlerRank</key>
28 <string>Owner</string>
29 <key>CFBundleTypeRole</key>
30 <string>Editor</string>
31 <key>LSItemContentTypes</key>
33 <string>org.fsf.xboard.xop</string>
37 <key>CFBundleTypeName</key>
38 <string>XBoard Positions File</string>
39 <key>CFBundleTypeIconFile</key>
40 <string>fen.icns</string>
41 <key>LSHandlerRank</key>
42 <string>Owner</string>
43 <key>CFBundleTypeRole</key>
44 <string>Editor</string>
45 <key>LSItemContentTypes</key>
47 <string>org.fsf.xboard.fen</string>
51 <key>CFBundleTypeName</key>
52 <string>XBoard Tournament File</string>
53 <key>CFBundleTypeIconFile</key>
54 <string>trn.icns</string>
55 <key>LSHandlerRank</key>
56 <string>Owner</string>
57 <key>CFBundleTypeRole</key>
58 <string>Editor</string>
59 <key>LSItemContentTypes</key>
61 <string>org.fsf.xboard.trn</string>
65 <key>UTExportedTypeDeclarations</key>
68 <key>UTTypeIdentifier</key>
69 <string>org.fsf.xboard.pgn</string>
70 <key>UTTypeDescription</key>
71 <string>Portable Game Notation</string>
72 <key>UTTypeIconFile</key>
73 <string>pgn.icns</string>
74 <key>UTTypeTagSpecification</key>
76 <key>public.filename-extension</key>
80 <key>public.mime-type</key>
82 <string>application/x-chess-pgn</string>
85 <key>UTTypeConformsTo</key>
87 <string>public.utf8-plain-text</string>
91 <key>UTTypeIdentifier</key>
92 <string>org.fsf.xboard.xop</string>
93 <key>UTTypeDescription</key>
94 <string>XBoard Options File</string>
95 <key>UTTypeIconFile</key>
96 <string>xop.icns</string>
97 <key>UTTypeTagSpecification</key>
99 <key>public.filename-extension</key>
103 <key>public.mime-type</key>
105 <string>application/x-xboard-opt</string>
108 <key>UTTypeConformsTo</key>
110 <string>public.utf8-plain-text</string>
114 <key>UTTypeIdentifier</key>
115 <string>org.fsf.xboard.fen</string>
116 <key>UTTypeDescription</key>
117 <string>XBoard Positions File</string>
118 <key>UTTypeIconFile</key>
119 <string>fen.icns</string>
120 <key>UTTypeTagSpecification</key>
122 <key>public.filename-extension</key>
126 <key>public.mime-type</key>
128 <string>application/x-chess-fen</string>
131 <key>UTTypeConformsTo</key>
133 <string>public.utf8-plain-text</string>
137 <key>UTTypeIdentifier</key>
138 <string>org.fsf.xboard.trn</string>
139 <key>UTTypeDescription</key>
140 <string>XBoard Tournament File</string>
141 <key>UTTypeIconFile</key>
142 <string>trn.icns</string>
143 <key>UTTypeTagSpecification</key>
145 <key>public.filename-extension</key>
149 <key>public.mime-type</key>
151 <string>application/x-xboard-trn</string>
154 <key>UTTypeConformsTo</key>
156 <string>public.utf8-plain-text</string>
160 <key>CFBundleExecutable</key>
161 <string>XBoard</string>
162 <key>CFBundleIconFile</key>
163 <string>XBoard</string>
164 <key>CFBundleInfoDictionaryVersion</key>
166 <key>CFBundleName</key>
167 <string>XBoard</string>
168 <key>CFBundlePackageType</key>
169 <string>APPL</string>
170 <key>NSHumanReadableCopyright</key>
171 <string>©1992-2014 Free-Software-Foundation</string>
172 <key>CFBundleSignature</key>
173 <string>xbrd</string>
174 <key>CFBundleShortVersionString</key>
175 <string>@PACKAGE_VERSION@</string>
176 <key>CFBundleIdentifier</key>
177 <string>org.fsf.xboard.www</string>
178 <key>CFBundleVersion</key>
179 <string>@PACKAGE_VERSION@</string>
180 <key>NSPrincipalClass</key>
181 <string>NSApplication</string>
182 <key>LSMinimumSystemVersionByArchitecture</key>
185 <string>10.6</string>