mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Specify dark mode icon
This commit is contained in:
parent
4b4cc929e3
commit
10a6e24426
@ -22,6 +22,26 @@
|
||||
<string>@COMPLETE_VERSION@ (@SHA@)</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>qgis.icns</string>
|
||||
<key>CFBundleIcons</key>
|
||||
<dict>
|
||||
<key>CFBundlePrimaryIcon</key>
|
||||
<dict>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>qgis.icns</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>CFBundleAlternateIcons</key>
|
||||
<dict>
|
||||
<key>DarkModeIcon</key>
|
||||
<dict>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>qgis-dark.icns</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
@ -34,7 +54,7 @@
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>qgs.icns</string>
|
||||
<string>qgis.icns</string>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>qgs</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user