Skip to content

Commit fe8bf4c

Browse files
authored
Fix #45
1 parent 7b3a488 commit fe8bf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/provision/adi.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ alias ADIGetIDMSRouting_t = extern(C) int function(ulong*, ulong);
5858
__gshared ADISetIDMSRouting_t pADISetIDMSRouting;
5959
__gshared ADIGetIDMSRouting_t pADIGetIDMSRouting;
6060

61-
string __clientInfo = "<iMac20,2> <Mac OS X;13.1;22C65> <com.apple.AuthKit/1 (com.apple.dt.Xcode/3594.4.19)>";
61+
string __clientInfo = "<MacBookPro17,1> <macOS;12.2.1;21D62> <com.apple.AuthKit/1 (com.apple.dt.Xcode/3594.4.19)>";
6262
public @property string clientInfo() shared {
6363
return __clientInfo;
6464
}

0 commit comments

Comments
 (0)