Skip to content

Commit be1fd07

Browse files
committed
QGIS formats Icons for mac
1 parent fe0383f commit be1fd07

File tree

15 files changed

+24
-0
lines changed

15 files changed

+24
-0
lines changed

images/icons/mac/asc.icns

102 KB
Binary file not shown.

images/icons/mac/ddf.icns

117 KB
Binary file not shown.

images/icons/mac/dem.icns

98.2 KB
Binary file not shown.

images/icons/mac/dt0.icns

97.6 KB
Binary file not shown.

images/icons/mac/dxf.icns

181 KB
Binary file not shown.

images/icons/mac/gml.icns

144 KB
Binary file not shown.

images/icons/mac/img.icns

98.5 KB
Binary file not shown.

images/icons/mac/jp2.icns

96 KB
Binary file not shown.

images/icons/mac/mif.icns

140 KB
Binary file not shown.

images/icons/mac/mldata.icns

116 KB
Binary file not shown.

images/icons/mac/qlr.icns

-1.38 KB
Binary file not shown.

images/icons/mac/shp.icns

144 KB
Binary file not shown.

images/icons/mac/sqlite.icns

191 KB
Binary file not shown.

images/icons/mac/tiff.icns

89.5 KB
Binary file not shown.

mac/app.info.plist.in

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,30 @@
229229
<string>qlr</string>
230230
</array>
231231
</dict>
232+
<dict>
233+
<key>CFBundleTypeName</key>
234+
<string>DXF document</string>
235+
<key>CFBundleTypeRole</key>
236+
<string>Viewer</string>
237+
<key>CFBundleTypeIconFile</key>
238+
<string>dxf.icns</string>
239+
<key>CFBundleTypeExtensions</key>
240+
<array>
241+
<string>dxf</string>
242+
</array>
243+
</dict>
244+
<dict>
245+
<key>CFBundleTypeName</key>
246+
<string>SQLite database</string>
247+
<key>CFBundleTypeRole</key>
248+
<string>Editor</string>
249+
<key>CFBundleTypeIconFile</key>
250+
<string>sqlite.icns</string>
251+
<key>CFBundleTypeExtensions</key>
252+
<array>
253+
<string>sqlite</string>
254+
</array>
255+
</dict>
232256
</array>
233257
<key>CFBundleLocalizations</key>
234258
<array>

0 commit comments

Comments
 (0)