You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
s.summary = "Easy defaults for use in debugging and production."
s.description = <<-DESC
Touchstone makes it easy to create defaults that are persistent in debug builds, while being volatile in non-debug builds.
In non-debug builds, defaults specified as volatile, are not persisted but can be written and read from. The next time defaults are registered (ex. app startup), those defaults are set to the value passed in. Touchstone is built as a category on NSUserDefaults and is designed to work with your code with minimal changes.