We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Prephirencable
1 parent bc7abac commit a896a59Copy full SHA for a896a59
Sources/Prephirencable.swift
@@ -20,7 +20,7 @@ public extension Prephirencable {
20
return "\(self)".lowercasingFirst + "."
21
}
22
static var parent: PreferencesType {
23
- return Prephirences.sharedInstance
+ return Prephirences.sharedMutableInstance ?? Prephirences.sharedInstance
24
25
static var instance: PreferencesType {
26
return ProxyPreferences(preferences: parent, key: key)
0 commit comments