Added KeePassKit dependency to MacPassTest

This commit is contained in:
michael starke
2016-01-05 10:42:20 +01:00
parent 06d24f4870
commit a51ddbbe1b
9 changed files with 60 additions and 25 deletions

View File

@@ -9,6 +9,7 @@
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <XCTest/XCTest.h>
#import <KeePassKit/KeePassKit.h>
#import "MPAutotypeCommand.h"
#import "MPAutotypeContext.h"
@@ -17,7 +18,6 @@
#import "MPKeyMapper.h"
#import "KeePassKit/KeePassKit.h"
@interface MPTestAutotype : XCTestCase
@property (strong) KPKEntry *entry;