mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
sqlite maps OS X desktop integration
This commit is contained in:
parent
0eceae1267
commit
60fb421f28
@ -442,7 +442,8 @@ macx {
|
||||
icons/formats/mbts.icns \
|
||||
icons/formats/rmap.icns \
|
||||
icons/formats/tba.icns \
|
||||
icons/formats/aqm.icns
|
||||
icons/formats/aqm.icns \
|
||||
icons/formats/sqlt.icns
|
||||
QMAKE_BUNDLE_DATA += locale maps icons csv
|
||||
}
|
||||
|
||||
|
BIN
icons/formats/sqlt.icns
Normal file
BIN
icons/formats/sqlt.icns
Normal file
Binary file not shown.
@ -478,6 +478,22 @@
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>sqlitedb</string>
|
||||
</array>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>application/vnd.rmaps.sqlite</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>icons/sqlt.icns</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>RMaps SQLite Map File</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
<key>UTImportedTypeDeclarations</key>
|
||||
@ -1053,6 +1069,27 @@
|
||||
<string>application/vnd.alpinequest.aqm</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>com.robert.maps</string>
|
||||
<key>UTTypeReferenceURL</key>
|
||||
<string>https://svn.code.sf.net/p/mobac/code/trunk/MOBAC</string>
|
||||
<key>UTTypeDescription</key>
|
||||
<string>RMaps SQLite Map File</string>
|
||||
<key>UTTypeConformsTo</key>
|
||||
<array>
|
||||
<string>public.data</string>
|
||||
</array>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>public.filename-extension</key>
|
||||
<array>
|
||||
<string>sqlitedb</string>
|
||||
</array>
|
||||
<key>public.mime-type</key>
|
||||
<string>application/vnd.rmaps.sqlite</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>public.tiff</string>
|
||||
|
Loading…
Reference in New Issue
Block a user