Skip to content

Commit c303e27

Browse files
authored
Bump device versions to fix #25 (#163)
1 parent 96032d0 commit c303e27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/XKit/GrandSlam/Anisette/DeviceInfo+Fetching.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ extension DeviceInfo {
9191
romAddress: "94f6a300e9a0",
9292
mlbSerialNumber: "C02520301W0GF2D1U",
9393
serialNumber: "C02PQKRJG8WP",
94-
modelID: "MacBookPro11,5"
94+
modelID: "Mac16,1"
9595
)
9696
}
9797
}

Sources/XKit/GrandSlam/Anisette/DeviceInfo.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public struct DeviceInfo: Codable, Sendable {
1717
public static let xcodeVersion = "14.2 (14C18)"
1818

1919
public struct ClientInfo: Codable {
20-
public static let macOSVersion = "10.14.6"
21-
public static let macOSBuild = "18G103"
20+
public static let macOSVersion = "14.3.1"
21+
public static let macOSBuild = "23D60"
2222

2323
public static let authKitVersion = "1"
2424
public static let akdVersion = "1.0"

0 commit comments

Comments
 (0)