1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

TRK format Mac integration

This commit is contained in:
Martin Tůma 2022-01-01 22:39:37 +01:00
parent 44aed958a5
commit 2cc97f8e36
2 changed files with 39 additions and 0 deletions

BIN
icons/formats/trk.icns Normal file

Binary file not shown.

View File

@ -594,6 +594,22 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>trk</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.twonav.trk</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>icons/trk.icns</string>
<key>CFBundleTypeName</key>
<string>TwoNav Track File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>UTImportedTypeDeclarations</key>
@ -1407,6 +1423,29 @@
<string>application/vnd.memory-map.qct</string>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.twonav.trk</string>
<key>UTTypeReferenceURL</key>
<string>https://github.com/GPSBabel/gpsbabel/blob/master/deprecated/compegps.cc</string>
<key>UTTypeDescription</key>
<string>TvoNav Track File</string>
<key>UTTypeIconFile</key>
<string>icons/trk.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>trk</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.twonav.trk</string>
</dict>
</dict>
</array>
<key>UTExportedTypeDeclarations</key>