mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 18:49:27 +00:00
Remove DMSplitView as it's never used
Updated Readme to reflect new modules Added CocoaHTTPServer submodule Fixed SettingsWindow, works now with multiple tabs Added ServerSettings tab
This commit is contained in:
@@ -16,11 +16,6 @@ typedef NS_OPTIONS(NSUInteger, MPPasswordCharacterFlags) {
|
||||
MPPasswordCharactersAll = MPPasswordCharactersUpperCase | MPPasswordCharactersLowerCase | MPPasswordCharactersNumbers | MPPasswordCharactersSymbols
|
||||
};
|
||||
|
||||
/*
|
||||
Generates a random integer in between (inkluding) minimum and maxium
|
||||
*/
|
||||
static NSUInteger randomInteger(NSUInteger minimum, NSUInteger maximum);
|
||||
|
||||
@interface NSString (MPPasswordCreation)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user