1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Added missing OS X ov2 and itn integration

This commit is contained in:
Martin Tůma 2021-05-27 22:07:44 +02:00
parent d39bd296f6
commit 59e680d695

View File

@ -494,6 +494,38 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ov2</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.tomtom.ov2</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>icons/ov2.icns</string>
<key>CFBundleTypeName</key>
<string>TomTom POI File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>itn</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.tomtom.itn</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>icons/itn.icns</string>
<key>CFBundleTypeName</key>
<string>TomTom Route File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array> </array>
<key>UTImportedTypeDeclarations</key> <key>UTImportedTypeDeclarations</key>
@ -1113,6 +1145,48 @@
<string>image/tiff</string> <string>image/tiff</string>
</dict> </dict>
</dict> </dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.tomtom.ov2</string>
<key>UTTypeReferenceURL</key>
<string>https://www.tomtom.com/lib/doc/ttnavsdk3_manual.pdf</string>
<key>UTTypeDescription</key>
<string>TomTom POI File</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ov2</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.tomtom.ov2</string>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.tomtom.itn</string>
<key>UTTypeReferenceURL</key>
<string>https://www.tomtom.com/lib/doc/ttnavsdk3_manual.pdf</string>
<key>UTTypeDescription</key>
<string>TomTom Route File</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>itn</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.tomtom.itn</string>
</dict>
</dict>
</array> </array>
<key>UTExportedTypeDeclarations</key> <key>UTExportedTypeDeclarations</key>