mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
Signer -> AutoSigner
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct Signer {
|
||||
public struct AutoSigner {
|
||||
|
||||
public enum Error: LocalizedError {
|
||||
case noSigners
|
||||
Reference in New Issue
Block a user