Skip to content

Commit

Permalink
Specify dark mode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 8, 2025
1 parent 38e964b commit b299439
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion platform/macos/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit b299439

Please sign in to comment.