DefaultsKit
DefaultsKit copied to clipboard
Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS
In some situations synchronization did not take place.
Supporting the latest swift tools version only requires changing the version number, and doesn't require any code changes
I get this error when I try to install DefaultsKit with SPM (Carthage works) > because every version of DefaultsKit contains incompatible tools version and root depends on DefaultsKit 0.2.0,...
I have App where I use custom keyboard extension and I want to share default with group identifires for that I need to initialise default with suit name how can...
I need something like this ` static let someKey = Key("someKey", defaultValue: "Alex")`
First thanks for sharing this useful frame. My problem is when I use Xcode 11.5 simulator iOS 10.3.1 test Defaults.shared.has(.userIdKey) function (.userIdKey is String type) after I use clear the...
How do I store an array object in it
One very useful feature when debugging is to use [Arguments Passed On Launch](https://nshipster.com/launch-arguments-and-environment-variables/) to override user defaults. It seems DefaultsKit is not able to handle these keys because of the...
close #35 When I tried to build this project with Xcode14.3 (beta1), the build failed because this project does not have a deployment target and is using iOS 8.0, which...