mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Added OS X AQM desktop integration
This commit is contained in:
parent
de8f49979c
commit
7bc1c53452
@ -437,7 +437,8 @@ macx {
|
|||||||
icons/formats/kap.icns \
|
icons/formats/kap.icns \
|
||||||
icons/formats/mbts.icns \
|
icons/formats/mbts.icns \
|
||||||
icons/formats/rmap.icns \
|
icons/formats/rmap.icns \
|
||||||
icons/formats/tba.icns
|
icons/formats/tba.icns \
|
||||||
|
icons/formats/aqm.icns
|
||||||
QMAKE_BUNDLE_DATA += locale maps icons csv
|
QMAKE_BUNDLE_DATA += locale maps icons csv
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
icons/formats/aqm.icns
Normal file
BIN
icons/formats/aqm.icns
Normal file
Binary file not shown.
@ -462,6 +462,20 @@
|
|||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Viewer</string>
|
<string>Viewer</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeExtensions</key>
|
||||||
|
<array>
|
||||||
|
<string>aqm</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeMIMETypes</key>
|
||||||
|
<array>
|
||||||
|
<string>application/vnd.alpinequest.aqm</string>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleTypeName</key>
|
||||||
|
<string>AlpineQuest Map File</string>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Viewer</string>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
<key>UTImportedTypeDeclarations</key>
|
<key>UTImportedTypeDeclarations</key>
|
||||||
@ -1016,6 +1030,27 @@
|
|||||||
<string>application/vnd.trekbuddy.tba</string>
|
<string>application/vnd.trekbuddy.tba</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>UTTypeIdentifier</key>
|
||||||
|
<string>net.alpinequest.aqm</string>
|
||||||
|
<key>UTTypeReferenceURL</key>
|
||||||
|
<string>https://svn.code.sf.net/p/mobac/code/trunk/MOBAC</string>
|
||||||
|
<key>UTTypeDescription</key>
|
||||||
|
<string>AlpineQuest Map File</string>
|
||||||
|
<key>UTTypeConformsTo</key>
|
||||||
|
<array>
|
||||||
|
<string>public.data</string>
|
||||||
|
</array>
|
||||||
|
<key>UTTypeTagSpecification</key>
|
||||||
|
<dict>
|
||||||
|
<key>public.filename-extension</key>
|
||||||
|
<array>
|
||||||
|
<string>aqm</string>
|
||||||
|
</array>
|
||||||
|
<key>public.mime-type</key>
|
||||||
|
<string>application/vnd.alpinequest.aqm</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>UTTypeIdentifier</key>
|
<key>UTTypeIdentifier</key>
|
||||||
<string>public.tiff</string>
|
<string>public.tiff</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user