Skip to content

Commit

Permalink
[PR #41 by crystall1nedev] Support Advanced Data Protection
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall1nedev authored Dec 22, 2022
1 parent e5f0cf1 commit 7b3a488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provision/adi.d
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ alias ADIGetIDMSRouting_t = extern(C) int function(ulong*, ulong);
__gshared ADISetIDMSRouting_t pADISetIDMSRouting;
__gshared ADIGetIDMSRouting_t pADIGetIDMSRouting;

string __clientInfo = "<iMac11,3> <Mac OS X;10.15.6;19G2021> <com.apple.AuthKit/1 (com.apple.dt.Xcode/3594.4.19)>";
string __clientInfo = "<iMac20,2> <Mac OS X;13.1;22C65> <com.apple.AuthKit/1 (com.apple.dt.Xcode/3594.4.19)>";
public @property string clientInfo() shared {
return __clientInfo;
}
Expand Down

0 comments on commit 7b3a488

Please sign in to comment.