mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fix certificate issues
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -19,7 +19,7 @@ archive.xcarchive
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
|
||||
AltStore.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
|
||||
## Other
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user