mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltStore] Revises authentication flow with better UI
This commit is contained in:
@@ -53,4 +53,14 @@ extension Keychain
|
||||
self.keychain[data: "signingCertificatePrivateKey"] = newValue
|
||||
}
|
||||
}
|
||||
|
||||
var signingCertificateIdentifier: String? {
|
||||
get {
|
||||
let identifier = try? self.keychain.get("signingCertificateIdentifier")
|
||||
return identifier
|
||||
}
|
||||
set {
|
||||
self.keychain["signingCertificateIdentifier"] = newValue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user