aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView+UserDefaults.m
AgeCommit message (Collapse)Author
2015-01-07Repackaged the code as a framework and included the demo.Tomáš Znamenáček
Packaging the code as a framework is mostly just a formality. It doesn’t really change much, it just turns the code into a regular component. What it does change is that the code now has its own Xcode settings, which could make compatibility easier in the long run. Including the demo in the main repository makes it easier to hack on the library, since you can try the changes immediately. It also shows how to bundle the framework into an app that uses it.
2014-09-22Polished Pod spec.1.3.1Vadim Shpakovski
2013-03-24Fixing the possible memory leak.Vadim Shpakovski
2013-03-06Fixing a bug with resetting user defaults.Vadim Shpakovski
2012-09-19Adds a new appearance and fixes bugs related to key equivalents.Vadim Shpakovski
2012-09-19Fixes the issue with setting associated User Defaults key twice.Vadim Shpakovski
2012-07-07Fixes all compatibility issues with Xcode 4.3.Vadim Shpakovski
2012-07-06Adds super-easy API for associated preference key.Vadim Shpakovski