Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit b85f248

Browse files
authored
Refactor OfficialCertsDownloader.swift structure
1 parent 37b4b6d commit b85f248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/prostore/certificates/OfficialCertsDownloader.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ struct OfficialCertificatesView: View {
232232
switch checkResult {
233233
case .success(.success):
234234
let exp = signer.getExpirationDate(provData: provDataLocal)
235-
let dispName = CertificatesManager.getCertificateName(mobileProvisionData: provDataLocal) ?? item.path
235+
let dispName = CertificatesManager.shared.getCertificateName(mobileProvisionData: provDataLocal) ?? item.path
236236
await MainActor.run {
237237
self.p12Data = p12DataLocal
238238
self.provData = provDataLocal
@@ -282,3 +282,4 @@ struct OfficialCertificatesView: View {
282282
}
283283
}
284284
}
285+

0 commit comments

Comments
 (0)