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

Added GHP OS X desktop integration

This commit is contained in:
Martin Tůma 2021-08-19 23:41:01 +02:00
parent b7ee1ac660
commit 62a60723be
3 changed files with 40 additions and 2 deletions

View File

@ -479,7 +479,8 @@ macx {
icons/formats/ov2.icns \ icons/formats/ov2.icns \
icons/formats/itn.icns \ icons/formats/itn.icns \
icons/formats/wld.icns \ icons/formats/wld.icns \
icons/formats/omd.icns icons/formats/omd.icns \
icons/formats/ghp.icns
QMAKE_BUNDLE_DATA += locale maps icons csv QMAKE_BUNDLE_DATA += locale maps icons csv
} }

BIN
icons/formats/ghp.icns Normal file

Binary file not shown.

View File

@ -562,6 +562,22 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ghp</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.onmove.ghp</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>icons/ghp.icns</string>
<key>CFBundleTypeName</key>
<string>ONmove Log File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array> </array>
<key>UTImportedTypeDeclarations</key> <key>UTImportedTypeDeclarations</key>
@ -1252,7 +1268,7 @@
<key>UTTypeIdentifier</key> <key>UTTypeIdentifier</key>
<string>com.geonaute.omd</string> <string>com.geonaute.omd</string>
<key>UTTypeReferenceURL</key> <key>UTTypeReferenceURL</key>
<string>https://github.com/ColinPitrat/kalenji-gps-watch-reader/files/6167863/OnMove500HR.cc.txt</string> <string>https://github.com/ColinPitrat/kalenji-gps-watch-reader</string>
<key>UTTypeDescription</key> <key>UTTypeDescription</key>
<string>ONmove Log File</string> <string>ONmove Log File</string>
<key>UTTypeConformsTo</key> <key>UTTypeConformsTo</key>
@ -1269,6 +1285,27 @@
<string>application/vnd.onmove.omd</string> <string>application/vnd.onmove.omd</string>
</dict> </dict>
</dict> </dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.geonaute.ghp</string>
<key>UTTypeReferenceURL</key>
<string>https://github.com/ColinPitrat/kalenji-gps-watch-reader</string>
<key>UTTypeDescription</key>
<string>ONmove Log File</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ghp</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.onmove.ghp</string>
</dict>
</dict>
</array> </array>
<key>UTExportedTypeDeclarations</key> <key>UTExportedTypeDeclarations</key>