Skip to content

Commit a39585e

Browse files
committedDec 21, 2015
updated mime icons for mac
1 parent dfd3c8d commit a39585e

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed
 

‎images/icons/mac/qgs.icns

138 KB
Binary file not shown.

‎images/icons/mac/qlr.icns

156 KB
Binary file not shown.

‎images/icons/mac/qml.icns

163 KB
Binary file not shown.

‎images/icons/mac/qpt.icns

169 KB
Binary file not shown.

‎mac/app.info.plist.in

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,30 @@
205205
<string>mldata</string>
206206
</array>
207207
</dict>
208+
<dict>
209+
<key>CFBundleTypeName</key>
210+
<string>QGIS composer template</string>
211+
<key>CFBundleTypeRole</key>
212+
<string>Editor</string>
213+
<key>CFBundleTypeIconFile</key>
214+
<string>qpt.icns</string>
215+
<key>CFBundleTypeExtensions</key>
216+
<array>
217+
<string>qpt</string>
218+
</array>
219+
</dict>
220+
<dict>
221+
<key>CFBundleTypeName</key>
222+
<string>QGIS layer definition document</string>
223+
<key>CFBundleTypeRole</key>
224+
<string>Editor</string>
225+
<key>CFBundleTypeIconFile</key>
226+
<string>qlr.icns</string>
227+
<key>CFBundleTypeExtensions</key>
228+
<array>
229+
<string>qlr</string>
230+
</array>
231+
</dict>
208232
</array>
209233
<key>CFBundleLocalizations</key>
210234
<array>

0 commit comments

Comments
 (0)