mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 21:39:41 +00:00
Enhanced database locking to actually encrypt the data although the file is not stored before (so changes might get lost) Changed version handling a bit to make future export/save as possible
14 lines
458 B
Objective-C
14 lines
458 B
Objective-C
//
|
|
// MPConstants.m
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 09.06.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPConstants.h"
|
|
|
|
NSString *const MPPasteBoardType = @"com.hicknhack.macpass.pasteboard";
|
|
NSString *const MPErrorDomain = @"com.hicknhack.macpass.error";
|
|
NSString *const MPLegacyDocumentUTI = @"com.hicknhack.macpass.kdb";
|
|
NSString *const MPXMLDocumentUTI = @"com.hicknhack.macpass.kdbx"; |