mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 11:13:28 +01:00
[AltStore] Basic Account tab
This commit is contained in:
@@ -20,6 +20,14 @@ class Keychain
|
||||
private init()
|
||||
{
|
||||
}
|
||||
|
||||
func reset()
|
||||
{
|
||||
self.appleIDEmailAddress = nil
|
||||
self.appleIDPassword = nil
|
||||
self.signingCertificatePrivateKey = nil
|
||||
self.signingCertificateIdentifier = nil
|
||||
}
|
||||
}
|
||||
|
||||
extension Keychain
|
||||
|
||||
Reference in New Issue
Block a user