fix: fixed mac mini 2024 icon name (#2246)

This commit is contained in:
Serhiy Mytrovtsiy
2024-12-02 17:18:40 +01:00
parent f37a3e3eeb
commit ab34735381
3 changed files with 3 additions and 3 deletions

View File

@@ -470,7 +470,7 @@ public class SystemKit {
switch type {
case .macMini:
if year >= 2024 {
return NSImage(named: NSImage.Name("macbookMini2024"))!
return NSImage(named: NSImage.Name("macMini2024"))!
}
return NSImage(named: NSImage.Name("macMini"))!
case .macStudio:

View File

@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>635</string>
<string>636</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>

View File

@@ -13,7 +13,7 @@
<key>CFBundleShortVersionString</key>
<string>2.11.19</string>
<key>CFBundleVersion</key>
<string>635</string>
<string>636</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>