Skip to content

Commit c48243c

Browse files
committedSep 2, 2013
[gui] Update Mac icons with latest vectorized logo
- Add qml and mldata (memory layer) to file extension mappings
1 parent 43372c0 commit c48243c

File tree

17 files changed

+329
-0
lines changed

17 files changed

+329
-0
lines changed
 

‎images/icons/mac/asc.icns

2.41 KB
Binary file not shown.

‎images/icons/mac/ddf.icns

2.36 KB
Binary file not shown.

‎images/icons/mac/dem.icns

2.4 KB
Binary file not shown.

‎images/icons/mac/dt0.icns

2.37 KB
Binary file not shown.

‎images/icons/mac/gml.icns

2.43 KB
Binary file not shown.

‎images/icons/mac/img.icns

2.47 KB
Binary file not shown.

‎images/icons/mac/jp2.icns

2.41 KB
Binary file not shown.

‎images/icons/mac/mif.icns

2.38 KB
Binary file not shown.

‎images/icons/mac/mldata.icns

37.6 KB
Binary file not shown.

‎images/icons/mac/qgis.icns

118 KB
Binary file not shown.

‎images/icons/mac/qgs.icns

2.38 KB
Binary file not shown.

‎images/icons/mac/qgs.psd

87 KB
Binary file not shown.

‎images/icons/mac/qml.icns

36.5 KB
Binary file not shown.

‎images/icons/mac/shp.icns

2.34 KB
Binary file not shown.

‎images/icons/mac/tiff.icns

2.36 KB
Binary file not shown.

‎images/icons/qgis_icon.ai

Lines changed: 305 additions & 0 deletions
Large diffs are not rendered by default.

‎mac/app.info.plist.in

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,30 @@
181181
<string>dem</string>
182182
</array>
183183
</dict>
184+
<dict>
185+
<key>CFBundleTypeName</key>
186+
<string>QGIS style document</string>
187+
<key>CFBundleTypeRole</key>
188+
<string>Editor</string>
189+
<key>CFBundleTypeIconFile</key>
190+
<string>qml.icns</string>
191+
<key>CFBundleTypeExtensions</key>
192+
<array>
193+
<string>qml</string>
194+
</array>
195+
</dict>
196+
<dict>
197+
<key>CFBundleTypeName</key>
198+
<string>Memory layer document</string>
199+
<key>CFBundleTypeRole</key>
200+
<string>Editor</string>
201+
<key>CFBundleTypeIconFile</key>
202+
<string>mldata.icns</string>
203+
<key>CFBundleTypeExtensions</key>
204+
<array>
205+
<string>mldata</string>
206+
</array>
207+
</dict>
184208
</array>
185209
<key>CFBundleLocalizations</key>
186210
<array>

0 commit comments

Comments
 (0)
Please sign in to comment.