mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
fix: fixed mac mini 2024 icon name (#2246)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user