diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index 2660661a..3d14c846 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -115,6 +115,8 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername"; } - (void)dealloc { + [[NSNotificationCenter defaultCenter] removeObserver:self]; + self.entryArrayController = nil; self.filteredEntries = nil; self.filterBar = nil; diff --git a/MacPass/MPInspectorTabViewController.m b/MacPass/MPInspectorTabViewController.m index 93e76d3e..fac03c54 100644 --- a/MacPass/MPInspectorTabViewController.m +++ b/MacPass/MPInspectorTabViewController.m @@ -110,7 +110,7 @@ NSLayoutConstraint *remove = [self isVisible] ? self.showConstraint : self.hideConstraint; [[self view] removeConstraint:remove]; [[self view] addConstraint:add]; - [[self view] layout]; + [[[self view] window] layoutIfNeeded]; } - (void)_updateContent { diff --git a/MacPass/MacPass-Info.plist b/MacPass/MacPass-Info.plist index 2904ff7d..e01e6ce5 100644 --- a/MacPass/MacPass-Info.plist +++ b/MacPass/MacPass-Info.plist @@ -46,7 +46,7 @@ CFBundleSignature ???? CFBundleVersion - 6E9 + 6EE LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright