change sshPublicKeyPath to sshPublicKeyURL
This commit is contained in:
parent
b73605ee9e
commit
7effaa841a
4 changed files with 8 additions and 8 deletions
|
|
@ -11,8 +11,8 @@ import Foundation
|
|||
class Globals {
|
||||
static let documentPath = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0];
|
||||
static let secringPath = "\(documentPath)/secring.gpg"
|
||||
static let sshPublicKeyPath = URL(fileURLWithPath: "\(documentPath)/ssh_key.pub")
|
||||
static let sshPrivateKeyPath = URL(fileURLWithPath: "\(documentPath)/ssh_key")
|
||||
static let sshPublicKeyURL = URL(fileURLWithPath: "\(documentPath)/ssh_key.pub")
|
||||
static let sshPrivateKeyURL = URL(fileURLWithPath: "\(documentPath)/ssh_key")
|
||||
static var passcodeConfiguration = PasscodeLockConfiguration()
|
||||
private init() { }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue