diff --git a/Cartfile b/Cartfile index 9f58c604..94656ccd 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ github "sparkle-project/Sparkle" ~> 1.13.1 -github "mstarke/KeePassKit" "aee63e69f36d0a3d08763632a1472d312374f9a0" +github "mstarke/KeePassKit" "d66c888b299358481da2ba2672ec7c644cce56ec" github "mstarke/HNHUi" ~> 1.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index a9012e78..5db8a76d 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ github "mstarke/HNHUi" "1.1" -github "mstarke/KeePassKit" "bf47781a618fc514288315995a966b5f630f6918" +github "mstarke/KeePassKit" "d66c888b299358481da2ba2672ec7c644cce56ec" github "sparkle-project/Sparkle" "1.14.0" diff --git a/MacPass/AutotypeBuilderView.xib b/MacPass/AutotypeBuilderView.xib new file mode 100644 index 00000000..d7c83700 --- /dev/null +++ b/MacPass/AutotypeBuilderView.xib @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MacPass/MPAutotypeBuilderViewController.h b/MacPass/MPAutotypeBuilderViewController.h new file mode 100644 index 00000000..bfe11c71 --- /dev/null +++ b/MacPass/MPAutotypeBuilderViewController.h @@ -0,0 +1,13 @@ +// +// MPAutotypeBuilderViewController.h +// MacPass +// +// Created by Michael Starke on 01/09/16. +// Copyright © 2016 HicknHack Software GmbH. All rights reserved. +// + +#import + +@interface MPAutotypeBuilderViewController : NSViewController + +@end diff --git a/MacPass/MPAutotypeBuilderViewController.m b/MacPass/MPAutotypeBuilderViewController.m new file mode 100644 index 00000000..8d0c6fde --- /dev/null +++ b/MacPass/MPAutotypeBuilderViewController.m @@ -0,0 +1,22 @@ +// +// MPAutotypeBuilderViewController.m +// MacPass +// +// Created by Michael Starke on 01/09/16. +// Copyright © 2016 HicknHack Software GmbH. All rights reserved. +// + +#import "MPAutotypeBuilderViewController.h" + +@interface MPAutotypeBuilderViewController () + +@end + +@implementation MPAutotypeBuilderViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do view setup here. +} + +@end