mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: moved all reader's values to the Codable protocol
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
import Cocoa
|
||||
|
||||
public enum Platform: String {
|
||||
public enum Platform: String, Codable {
|
||||
case intel
|
||||
|
||||
case m1
|
||||
|
||||
Reference in New Issue
Block a user