Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/XKit/GrandSlam/Anisette/DeviceInfo+Fetching.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extension DeviceInfo {
romAddress: "94f6a300e9a0",
mlbSerialNumber: "C02520301W0GF2D1U",
serialNumber: "C02PQKRJG8WP",
modelID: "MacBookPro11,5"
modelID: "Mac16,1"
)
}
}
Expand Down
4 changes: 2 additions & 2 deletions Sources/XKit/GrandSlam/Anisette/DeviceInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down