v7.1.0
Defaults
will now show a runtime warning inside Xcode if you use a unsupported key name.- If you don't want to import this package in every file you use it, add the below to a file in your app. You can then use
Defaults
and@Default
from anywhere without an import.import Defaults typealias Defaults = _Defaults typealias Default = _Default