2
0

Remove dialog & add import/export

[REMOVED]   Mac password Dialog.
[ADDED]     Mac sites import / export.
[FIXED]     Copying of hidden passwords.
This commit is contained in:
Maarten Billemont
2014-06-28 23:45:06 -04:00
parent 34d8dc375f
commit 971538d6b5
21 changed files with 340 additions and 1316 deletions

View File

@@ -11,13 +11,13 @@
#import "UbiquityStoreManager.h"
#import "MPFixable.h"
typedef enum {
typedef NS_ENUM( NSUInteger, MPImportResult ) {
MPImportResultSuccess,
MPImportResultCancelled,
MPImportResultInvalidPassword,
MPImportResultMalformedInput,
MPImportResultInternalError,
} MPImportResult;
};
@interface MPAppDelegate_Shared(Store)<UbiquityStoreManagerDelegate>