We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333ff18 commit d3f8f88Copy full SHA for d3f8f88
Bitkit/Utilities/AppReset.swift
@@ -29,6 +29,9 @@ enum AppReset {
29
// Wipe keychain
30
try Keychain.wipeEntireKeychain()
31
32
+ // Delete installation marker so next install can detect orphaned keychain
33
+ try? InstallationMarker.delete()
34
+
35
// Wipe user defaults
36
if let bundleID = Bundle.main.bundleIdentifier {
37
UserDefaults.standard.removePersistentDomain(forName: bundleID)
0 commit comments