Chris Streeter

3pods
A reimplementation of NSUndoManager that is highly compatible with the original but much more debuggable.
License: BSD
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.
License: MIT