Fix certificate issues

This commit is contained in:
June
2024-08-16 15:34:57 +09:00
parent 56403466b9
commit 95666178e5
2 changed files with 2 additions and 2 deletions

View File

@@ -525,7 +525,7 @@ private extension AuthenticationOperation
func replaceCertificate(from certificates: [ALTCertificate])
{
let ourCertificates = certificates.filter { a in
a.machineName?.starts(with: "SideStore") == true
a.machineName?.starts(with: "SideStore") == true || a.machineName?.starts(with: "AltStore") == true
}
if ourCertificates.isEmpty {