mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
PrivilegedHelperTool: Fix Team ID verification
This commit is contained in:
@@ -115,7 +115,7 @@ int main(int argc, const char * argv[]) {
|
|||||||
// DO NOT USE IN PRODUCTION
|
// DO NOT USE IN PRODUCTION
|
||||||
#else
|
#else
|
||||||
// Check Team ID
|
// Check Team ID
|
||||||
if (![processSigningInformation[@"teamIdentifier"] isEqualToString:VALID_CLIENT_TEAM_ID] || ![parentProcessSigningInformation[@"teamIdentifier"] isEqualToString:VALID_CLIENT_TEAM_ID]) {
|
if (![processSigningInformation[@"teamid"] isEqualToString:VALID_CLIENT_TEAM_ID] || ![parentProcessSigningInformation[@"teamid"] isEqualToString:VALID_CLIENT_TEAM_ID]) {
|
||||||
return OCLP_PHT_ERROR_INVALID_TEAM_ID;
|
return OCLP_PHT_ERROR_INVALID_TEAM_ID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user