diff --git a/Cartfile b/Cartfile index 7e016a9a..d6853d43 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ github "sparkle-project/Sparkle" ~> 1.22 github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f" github "MacPass/KeePassKit" "35da75901b293a53b44b1d0fe9d8fb312a4a7602" -github "mstarke/HNHUi" ~> 4.0 +github "mstarke/HNHUi" ~> 5.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index a43c3465..8abdf49b 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,5 +1,5 @@ github "MacPass/KeePassKit" "35da75901b293a53b44b1d0fe9d8fb312a4a7602" github "MacPass/KissXML" "933f04fe5ad95c2be07ec0c2f801e140007f20fa" github "MacPass/TransformerKit" "a8b5bb73cc327ec6798569b865c32fec5eb2289f" -github "mstarke/HNHUi" "4.0.4" +github "mstarke/HNHUi" "5.0" github "sparkle-project/Sparkle" "1.24.0" diff --git a/MacPass/Base.lproj/EntryInspectorView.xib b/MacPass/Base.lproj/EntryInspectorView.xib index e56d828f..45cee0d6 100644 --- a/MacPass/Base.lproj/EntryInspectorView.xib +++ b/MacPass/Base.lproj/EntryInspectorView.xib @@ -770,7 +770,7 @@ - + @@ -792,14 +792,14 @@ - + - + diff --git a/MacPass/MPTOTPSetupViewController.m b/MacPass/MPTOTPSetupViewController.m index fea6a594..143dffb4 100644 --- a/MacPass/MPTOTPSetupViewController.m +++ b/MacPass/MPTOTPSetupViewController.m @@ -244,7 +244,7 @@ typedef NS_ENUM(NSUInteger, MPOTPType) { } /* - The KPKTimeOTPGenerator is the sole data source. We do not need to query anything else + The KPKOTPGenerator is the sole data source. We do not need to query anything else */ if(!self.generator) {