Move files and Defaults to the shared container
This commit is contained in:
parent
8f91c4c516
commit
850dc75820
5 changed files with 82 additions and 24 deletions
|
|
@ -9,6 +9,8 @@
|
|||
import Foundation
|
||||
import SwiftyUserDefaults
|
||||
|
||||
var Defaults = UserDefaults(suiteName: Globals.groupIdentifier)!
|
||||
|
||||
extension DefaultsKeys {
|
||||
static let pgpKeySource = DefaultsKey<String?>("pgpKeySource")
|
||||
static let pgpPublicKeyURL = DefaultsKey<URL?>("pgpPublicKeyURL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue