add default properties
This commit is contained in:
parent
b8812e37d8
commit
b022612e83
1 changed files with 3 additions and 0 deletions
|
|
@ -24,4 +24,7 @@ extension DefaultsKeys {
|
|||
static let gitRepositorySSHPrivateKeyURL = DefaultsKey<URL?>("gitRepositorySSHPrivateKeyURL")
|
||||
static let gitRepositorySSHPrivateKeyPassphrase = DefaultsKey<String?>("gitRepositorySSHPrivateKeyPassphrase")
|
||||
static let lastUpdatedTime = DefaultsKey<Date?>("lasteUpdatedTime")
|
||||
|
||||
static let isPasscodeOn = DefaultsKey<Bool>("isPasscodeOn")
|
||||
static let isTouchIDOn = DefaultsKey<Bool>("isTouchIDOn")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue