diff --git a/Sources/XKit/GrandSlam/Anisette/DeviceInfo+Fetching.swift b/Sources/XKit/GrandSlam/Anisette/DeviceInfo+Fetching.swift index ce916d91..72e9bbd2 100644 --- a/Sources/XKit/GrandSlam/Anisette/DeviceInfo+Fetching.swift +++ b/Sources/XKit/GrandSlam/Anisette/DeviceInfo+Fetching.swift @@ -91,7 +91,7 @@ extension DeviceInfo { romAddress: "94f6a300e9a0", mlbSerialNumber: "C02520301W0GF2D1U", serialNumber: "C02PQKRJG8WP", - modelID: "MacBookPro11,5" + modelID: "Mac16,1" ) } } diff --git a/Sources/XKit/GrandSlam/Anisette/DeviceInfo.swift b/Sources/XKit/GrandSlam/Anisette/DeviceInfo.swift index e64e2ade..88d5a1ab 100644 --- a/Sources/XKit/GrandSlam/Anisette/DeviceInfo.swift +++ b/Sources/XKit/GrandSlam/Anisette/DeviceInfo.swift @@ -17,8 +17,8 @@ public struct DeviceInfo: Codable, Sendable { public static let xcodeVersion = "14.2 (14C18)" public struct ClientInfo: Codable { - public static let macOSVersion = "10.14.6" - public static let macOSBuild = "18G103" + public static let macOSVersion = "14.3.1" + public static let macOSBuild = "23D60" public static let authKitVersion = "1" public static let akdVersion = "1.0"