Advertise that QGIS can open .qgz files

This commit is contained in:
Guillaume Rischard 2021-03-04 13:07:56 +01:00 committed by Nyall Dawson
parent e763ee59f6
commit d6812deb23

View File

@ -44,6 +44,18 @@
<string>QGIS</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>QGIS Project zipped container</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
<string>qgz.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>qgz</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>ESRI Shape document</string>