Signer -> AutoSigner

This commit is contained in:
Kabir Oberai
2025-05-24 00:14:43 +05:30
parent 8199cc5580
commit 8164bd6725
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ public actor IntegratedInstaller {
auth: auth
)
let signer = Signer(context: context) { certs in
let signer = AutoSigner(context: context) { certs in
await self.delegate?.confirmRevocation(of: certs) ?? false
}
let bundleID = try await signer.sign(

View File

@@ -8,7 +8,7 @@
import Foundation
public struct Signer {
public struct AutoSigner {
public enum Error: LocalizedError {
case noSigners