[AltStore] Revises authentication flow with better UI

This commit is contained in:
Riley Testut
2019-06-05 18:05:21 -07:00
parent 5c4613fd20
commit 0895e4238f
15 changed files with 1323 additions and 258 deletions

View File

@@ -39,6 +39,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
Keychain.shared.appleIDEmailAddress = nil
Keychain.shared.appleIDPassword = nil
Keychain.shared.signingCertificatePrivateKey = nil
Keychain.shared.signingCertificateIdentifier = nil
UserDefaults.standard.firstLaunch = Date()
}