Merge branch 'origin/master' into Weblate.
[GPXSee.git] / pkg / Info.plist
blobc65347130db2d517e95e98fc7100f35db2c1858c
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">
3 <plist version="1.0">
4 <dict>
5 <key>NSPrincipalClass</key>
6 <string>NSApplication</string>
7 <key>CFBundleIconFile</key>
8 <string>@ICON@</string>
9 <key>CFBundlePackageType</key>
10 <string>APPL</string>
11 <key>CFBundleShortVersionString</key>
12 <string>@SHORT_VERSION@</string>
13 <key>CFBundleSignature</key>
14 <string>????</string>
15 <key>CFBundleExecutable</key>
16 <string>@EXECUTABLE@</string>
17 <key>CFBundleIdentifier</key>
18 <string>org.gpxsee.GPXSee</string>
20 <key>CFBundleDocumentTypes</key>
21 <array>
22 <dict>
23 <key>CFBundleTypeExtensions</key>
24 <array>
25 <string>gpx</string>
26 </array>
27 <key>CFBundleTypeMIMETypes</key>
28 <array>
29 <string>application/gpx+xml</string>
30 </array>
31 <key>CFBundleTypeIconFile</key>
32 <string>icons/gpx.icns</string>
33 <key>CFBundleTypeName</key>
34 <string>GPS Exchange Format</string>
35 <key>CFBundleTypeRole</key>
36 <string>Viewer</string>
37 </dict>
38 <dict>
39 <key>CFBundleTypeExtensions</key>
40 <array>
41 <string>tcx</string>
42 </array>
43 <key>CFBundleTypeMIMETypes</key>
44 <array>
45 <string>application/tcx+xml</string>
46 </array>
47 <key>CFBundleTypeIconFile</key>
48 <string>icons/tcx.icns</string>
49 <key>CFBundleTypeName</key>
50 <string>Training Center XML</string>
51 <key>CFBundleTypeRole</key>
52 <string>Viewer</string>
53 </dict>
54 <dict>
55 <key>CFBundleTypeExtensions</key>
56 <array>
57 <string>kml</string>
58 </array>
59 <key>CFBundleTypeMIMETypes</key>
60 <array>
61 <string>application/vnd.google-earth.kml+xml</string>
62 </array>
63 <key>CFBundleTypeIconFile</key>
64 <string>icons/kml.icns</string>
65 <key>CFBundleTypeName</key>
66 <string>Keyhole Markup Language</string>
67 <key>CFBundleTypeRole</key>
68 <string>Viewer</string>
69 </dict>
70 <dict>
71 <key>CFBundleTypeExtensions</key>
72 <array>
73 <string>loc</string>
74 </array>
75 <key>CFBundleTypeMIMETypes</key>
76 <array>
77 <string>application/loc+xml</string>
78 </array>
79 <key>CFBundleTypeIconFile</key>
80 <string>icons/loc.icns</string>
81 <key>CFBundleTypeName</key>
82 <string>Geocaching.com Waypoint File</string>
83 <key>CFBundleTypeRole</key>
84 <string>Viewer</string>
85 </dict>
86 <dict>
87 <key>CFBundleTypeExtensions</key>
88 <array>
89 <string>slf</string>
90 </array>
91 <key>CFBundleTypeMIMETypes</key>
92 <array>
93 <string>application/slf+xml</string>
94 </array>
95 <key>CFBundleTypeIconFile</key>
96 <string>icons/slf.icns</string>
97 <key>CFBundleTypeName</key>
98 <string>Sigma Log Format</string>
99 <key>CFBundleTypeRole</key>
100 <string>Viewer</string>
101 </dict>
102 <dict>
103 <key>CFBundleTypeExtensions</key>
104 <array>
105 <string>fit</string>
106 </array>
107 <key>CFBundleTypeMIMETypes</key>
108 <array>
109 <string>application/vnd.ant.fit</string>
110 </array>
111 <key>CFBundleTypeIconFile</key>
112 <string>icons/fit.icns</string>
113 <key>CFBundleTypeName</key>
114 <string>Flexible and Interoperable Data Transfer</string>
115 <key>CFBundleTypeRole</key>
116 <string>Viewer</string>
117 </dict>
118 <dict>
119 <key>CFBundleTypeExtensions</key>
120 <array>
121 <string>igc</string>
122 </array>
123 <key>CFBundleTypeMIMETypes</key>
124 <array>
125 <string>application/vnd.fai.igc</string>
126 </array>
127 <key>CFBundleTypeIconFile</key>
128 <string>icons/igc.icns</string>
129 <key>CFBundleTypeName</key>
130 <string>Flight Recorder Data Format</string>
131 <key>CFBundleTypeRole</key>
132 <string>Viewer</string>
133 </dict>
134 <dict>
135 <key>CFBundleTypeExtensions</key>
136 <array>
137 <string>nmea</string>
138 </array>
139 <key>CFBundleTypeMIMETypes</key>
140 <array>
141 <string>application/vnd.nmea.nmea</string>
142 </array>
143 <key>CFBundleTypeIconFile</key>
144 <string>icons/nmea.icns</string>
145 <key>CFBundleTypeName</key>
146 <string>NMEA 0183 data</string>
147 <key>CFBundleTypeRole</key>
148 <string>Viewer</string>
149 </dict>
150 <dict>
151 <key>CFBundleTypeExtensions</key>
152 <array>
153 <string>plt</string>
154 </array>
155 <key>CFBundleTypeMIMETypes</key>
156 <array>
157 <string>application/vnd.oziexplorer.plt</string>
158 </array>
159 <key>CFBundleTypeIconFile</key>
160 <string>icons/plt.icns</string>
161 <key>CFBundleTypeName</key>
162 <string>OziExplorer Track Point File</string>
163 <key>CFBundleTypeRole</key>
164 <string>Viewer</string>
165 </dict>
166 <dict>
167 <key>CFBundleTypeExtensions</key>
168 <array>
169 <string>rte</string>
170 </array>
171 <key>CFBundleTypeMIMETypes</key>
172 <array>
173 <string>application/vnd.oziexplorer.rte</string>
174 </array>
175 <key>CFBundleTypeIconFile</key>
176 <string>icons/rte.icns</string>
177 <key>CFBundleTypeName</key>
178 <string>OziExplorer Route File</string>
179 <key>CFBundleTypeRole</key>
180 <string>Viewer</string>
181 </dict>
182 <dict>
183 <key>CFBundleTypeExtensions</key>
184 <array>
185 <string>wpt</string>
186 </array>
187 <key>CFBundleTypeMIMETypes</key>
188 <array>
189 <string>application/vnd.oziexplorer.wpt</string>
190 </array>
191 <key>CFBundleTypeIconFile</key>
192 <string>icons/wpt.icns</string>
193 <key>CFBundleTypeName</key>
194 <string>OziExplorer Waypoint File</string>
195 <key>CFBundleTypeRole</key>
196 <string>Viewer</string>
197 </dict>
198 <dict>
199 <key>CFBundleTypeExtensions</key>
200 <array>
201 <string>geojson</string>
202 </array>
203 <key>CFBundleTypeMIMETypes</key>
204 <array>
205 <string>application/geo+json</string>
206 </array>
207 <key>CFBundleTypeIconFile</key>
208 <string>icons/json.icns</string>
209 <key>CFBundleTypeName</key>
210 <string>GeoJSON</string>
211 <key>CFBundleTypeRole</key>
212 <string>Viewer</string>
213 </dict>
214 </array>
216 <key>UTImportedTypeDeclarations</key>
217 <array>
218 <dict>
219 <key>UTTypeIdentifier</key>
220 <string>com.topografix.gpx</string>
221 <key>UTTypeReferenceURL</key>
222 <string>http://www.topografix.com/GPX/1/1</string>
223 <key>UTTypeDescription</key>
224 <string>GPS Exchange Format</string>
225 <key>UTTypeConformsTo</key>
226 <array>
227 <string>public.xml</string>
228 </array>
229 <key>UTTypeTagSpecification</key>
230 <dict>
231 <key>public.filename-extension</key>
232 <array>
233 <string>gpx</string>
234 </array>
235 <key>public.mime-type</key>
236 <string>application/gpx+xml</string>
237 </dict>
238 </dict>
239 <dict>
240 <key>UTTypeIdentifier</key>
241 <string>com.garmin.tcx</string>
242 <key>UTTypeReferenceURL</key>
243 <string>http://www8.garmin.com/xmlschemas/TrainingCenterDatabasev2.xsd</string>
244 <key>UTTypeDescription</key>
245 <string>Training Center XML</string>
246 <key>UTTypeConformsTo</key>
247 <array>
248 <string>public.xml</string>
249 </array>
250 <key>UTTypeTagSpecification</key>
251 <dict>
252 <key>public.filename-extension</key>
253 <array>
254 <string>tcx</string>
255 </array>
256 <key>public.mime-type</key>
257 <string>application/tcx+xml</string>
258 </dict>
259 </dict>
260 <dict>
261 <key>UTTypeIdentifier</key>
262 <string>com.google.kml</string>
263 <key>UTTypeReferenceURL</key>
264 <string>https://developers.google.com/kml/documentation/kmlreference</string>
265 <key>UTTypeDescription</key>
266 <string>Keyhole Markup Language</string>
267 <key>UTTypeConformsTo</key>
268 <array>
269 <string>public.xml</string>
270 </array>
271 <key>UTTypeTagSpecification</key>
272 <dict>
273 <key>public.filename-extension</key>
274 <array>
275 <string>kml</string>
276 </array>
277 <key>public.mime-type</key>
278 <string>application/vnd.google-earth.kml+xml</string>
279 </dict>
280 </dict>
281 <dict>
282 <key>UTTypeIdentifier</key>
283 <string>com.geocaching.loc</string>
284 <key>UTTypeReferenceURL</key>
285 <string>https://www.geocaching.com</string>
286 <key>UTTypeDescription</key>
287 <string>Geocaching.com Waypoint File</string>
288 <key>UTTypeConformsTo</key>
289 <array>
290 <string>public.xml</string>
291 </array>
292 <key>UTTypeTagSpecification</key>
293 <dict>
294 <key>public.filename-extension</key>
295 <array>
296 <string>loc</string>
297 </array>
298 <key>public.mime-type</key>
299 <string>application/loc+xml</string>
300 </dict>
301 </dict>
302 <dict>
303 <key>UTTypeIdentifier</key>
304 <string>com.sigmasport.slf</string>
305 <key>UTTypeReferenceURL</key>
306 <string>https://www.sigmasport.com</string>
307 <key>UTTypeDescription</key>
308 <string>Sigma Log Format</string>
309 <key>UTTypeConformsTo</key>
310 <array>
311 <string>public.xml</string>
312 </array>
313 <key>UTTypeTagSpecification</key>
314 <dict>
315 <key>public.filename-extension</key>
316 <array>
317 <string>slf</string>
318 </array>
319 <key>public.mime-type</key>
320 <string>application/slf+xml</string>
321 </dict>
322 </dict>
323 <dict>
324 <key>UTTypeIdentifier</key>
325 <string>com.thisisant.fit</string>
326 <key>UTTypeReferenceURL</key>
327 <string>https://www.thisisant.com/resources/fit</string>
328 <key>UTTypeDescription</key>
329 <string>Flexible and Interoperable Data Transfer</string>
330 <key>UTTypeConformsTo</key>
331 <array>
332 <string>public.data</string>
333 </array>
334 <key>UTTypeTagSpecification</key>
335 <dict>
336 <key>public.filename-extension</key>
337 <array>
338 <string>fit</string>
339 </array>
340 <key>public.mime-type</key>
341 <string>application/vnd.ant.fit</string>
342 </dict>
343 </dict>
344 <dict>
345 <key>UTTypeIdentifier</key>
346 <string>org.fai.igc</string>
347 <key>UTTypeReferenceURL</key>
348 <string>http://www.fai.org/gnss-recording-devices/igc-approved-flight-recorders</string>
349 <key>UTTypeDescription</key>
350 <string>Flight Recorder Data Format</string>
351 <key>UTTypeConformsTo</key>
352 <array>
353 <string>public.data</string>
354 </array>
355 <key>UTTypeTagSpecification</key>
356 <dict>
357 <key>public.filename-extension</key>
358 <array>
359 <string>igc</string>
360 </array>
361 <key>public.mime-type</key>
362 <string>application/vnd.fai.igc</string>
363 </dict>
364 </dict>
365 <dict>
366 <key>UTTypeIdentifier</key>
367 <string>org.nmea.nmea</string>
368 <key>UTTypeReferenceURL</key>
369 <string>http://www.nmea.org/content/nmea_standards/nmea_0183_v_410.asp</string>
370 <key>UTTypeDescription</key>
371 <string>NMEA 0183 data</string>
372 <key>UTTypeConformsTo</key>
373 <array>
374 <string>public.data</string>
375 </array>
376 <key>UTTypeTagSpecification</key>
377 <dict>
378 <key>public.filename-extension</key>
379 <array>
380 <string>nmea</string>
381 </array>
382 <key>public.mime-type</key>
383 <string>application/vnd.nmea.nmea</string>
384 </dict>
385 </dict>
386 <dict>
387 <key>UTTypeIdentifier</key>
388 <string>com.oziexplorer3.plt</string>
389 <key>UTTypeReferenceURL</key>
390 <string>http://www.oziexplorer3.com/eng/help/fileformats.html</string>
391 <key>UTTypeDescription</key>
392 <string>OziExplorer Track Point File</string>
393 <key>UTTypeConformsTo</key>
394 <array>
395 <string>public.data</string>
396 </array>
397 <key>UTTypeTagSpecification</key>
398 <dict>
399 <key>public.filename-extension</key>
400 <array>
401 <string>plt</string>
402 </array>
403 <key>public.mime-type</key>
404 <string>application/vnd.oziexplorer.plt</string>
405 </dict>
406 </dict>
407 <dict>
408 <key>UTTypeIdentifier</key>
409 <string>com.oziexplorer3.plt</string>
410 <key>UTTypeReferenceURL</key>
411 <string>http://www.oziexplorer3.com/eng/help/fileformats.html</string>
412 <key>UTTypeDescription</key>
413 <string>OziExplorer Route File</string>
414 <key>UTTypeConformsTo</key>
415 <array>
416 <string>public.data</string>
417 </array>
418 <key>UTTypeTagSpecification</key>
419 <dict>
420 <key>public.filename-extension</key>
421 <array>
422 <string>rte</string>
423 </array>
424 <key>public.mime-type</key>
425 <string>application/vnd.oziexplorer.rte</string>
426 </dict>
427 </dict>
428 <dict>
429 <key>UTTypeIdentifier</key>
430 <string>com.oziexplorer3.plt</string>
431 <key>UTTypeReferenceURL</key>
432 <string>http://www.oziexplorer3.com/eng/help/fileformats.html</string>
433 <key>UTTypeDescription</key>
434 <string>OziExplorer Waypoint File</string>
435 <key>UTTypeConformsTo</key>
436 <array>
437 <string>public.data</string>
438 </array>
439 <key>UTTypeTagSpecification</key>
440 <dict>
441 <key>public.filename-extension</key>
442 <array>
443 <string>wpt</string>
444 </array>
445 <key>public.mime-type</key>
446 <string>application/vnd.oziexplorer.wpt</string>
447 </dict>
448 </dict>
449 <dict>
450 <key>UTTypeIdentifier</key>
451 <string>org.geojson.geojson</string>
452 <key>UTTypeReferenceURL</key>
453 <string>http://www.geojson.org</string>
454 <key>UTTypeDescription</key>
455 <string>GeoJSON</string>
456 <key>UTTypeConformsTo</key>
457 <array>
458 <string>public.json</string>
459 </array>
460 <key>UTTypeTagSpecification</key>
461 <dict>
462 <key>public.filename-extension</key>
463 <array>
464 <string>geojson</string>
465 </array>
466 <key>public.mime-type</key>
467 <string>application/geo+json</string>
468 </dict>
469 </dict>
470 </array>
471 </dict>
472 </plist>