From 2c8dba441a3e4fabfc15b767f14552de76da2d52 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 4 Nov 2013 00:24:21 +0100 Subject: [PATCH] Updated KeePassKit (updated documentation) --- KeePassKit | 2 +- MacPass/MPDocument+Autotype.h | 13 +++++++++++++ MacPass/MPDocument+Autotype.m | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 MacPass/MPDocument+Autotype.h create mode 100644 MacPass/MPDocument+Autotype.m diff --git a/KeePassKit b/KeePassKit index 7def350e..a25ed986 160000 --- a/KeePassKit +++ b/KeePassKit @@ -1 +1 @@ -Subproject commit 7def350e3eb2d5bbfce3360a3a94f706c426c04b +Subproject commit a25ed9868ec1f6ee900b957a26a380c4bd900060 diff --git a/MacPass/MPDocument+Autotype.h b/MacPass/MPDocument+Autotype.h new file mode 100644 index 00000000..47824a60 --- /dev/null +++ b/MacPass/MPDocument+Autotype.h @@ -0,0 +1,13 @@ +// +// MPDocument+Autotype.h +// MacPass +// +// Created by Michael Starke on 01/11/13. +// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +// + +#import "MPDocument.h" + +@interface MPDocument (Autotype) + +@end diff --git a/MacPass/MPDocument+Autotype.m b/MacPass/MPDocument+Autotype.m new file mode 100644 index 00000000..75d005b7 --- /dev/null +++ b/MacPass/MPDocument+Autotype.m @@ -0,0 +1,13 @@ +// +// MPDocument+Autotype.m +// MacPass +// +// Created by Michael Starke on 01/11/13. +// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +// + +#import "MPDocument+Autotype.h" + +@implementation MPDocument (Autotype) + +@end