fixed #152 Sorting now ignored case. All previously saved sorting settings in the entry view will be reverted to the default behaviour

This commit is contained in:
michael starke
2014-03-11 22:01:28 +01:00
parent fa4a805f8f
commit 5b69453868
4 changed files with 33 additions and 5 deletions

View File

@@ -64,6 +64,11 @@ typedef NS_ENUM(NSUInteger, MPPasswordEncoding) {
* Registers all the defaults for the applciaiton
*/
+ (void)setupDefaults;
/**
* Brings the defaults to a current status. Removes obsoltes entries.
*/
+ (void)migrateDefaults;
/**
* Convenience Method to create a bind path for the NSUserDefaultsController
*