2
0

Type selection for Mac.

[ADDED]     Mac: Type selection for site passwords.
[UPDATED]   Type changing refactored to be OS independant.
This commit is contained in:
Maarten Billemont
2013-06-15 01:39:24 -04:00
parent 08d3d9ad30
commit b2345da9f3
7 changed files with 421 additions and 122 deletions

View File

@@ -27,6 +27,7 @@ typedef enum {
- (UbiquityStoreManager *)storeManager;
- (void)addElementNamed:(NSString *)siteName completion:(void (^)(MPElementEntity *element))completion;
- (MPElementEntity *)changeElement:(MPElementEntity *)element inContext:(NSManagedObjectContext *)context toType:(MPElementType)type;
- (MPImportResult)importSites:(NSString *)importedSitesString
askImportPassword:(NSString *(^)(NSString *userName))importPassword
askUserPassword:(NSString *(^)(NSString *userName, NSUInteger importCount, NSUInteger deleteCount))userPassword;