We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3a488 commit fe8bf4cCopy full SHA for fe8bf4c
lib/provision/adi.d
@@ -58,7 +58,7 @@ alias ADIGetIDMSRouting_t = extern(C) int function(ulong*, ulong);
58
__gshared ADISetIDMSRouting_t pADISetIDMSRouting;
59
__gshared ADIGetIDMSRouting_t pADIGetIDMSRouting;
60
61
- string __clientInfo = "<iMac20,2> <Mac OS X;13.1;22C65> <com.apple.AuthKit/1 (com.apple.dt.Xcode/3594.4.19)>";
+ string __clientInfo = "<MacBookPro17,1> <macOS;12.2.1;21D62> <com.apple.AuthKit/1 (com.apple.dt.Xcode/3594.4.19)>";
62
public @property string clientInfo() shared {
63
return __clientInfo;
64
}
0 commit comments