Dropping 10.9 support

This commit is contained in:
michael starke
2017-05-24 18:12:12 +02:00
parent 7b04331a2d
commit e6a73a2e65
18 changed files with 31 additions and 65 deletions

View File

@@ -51,7 +51,7 @@
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
- (void)didLoadView {
- (void)viewDidLoad {
self.keyPathControl.delegate = self.pathControlDelegate;
self.errorImageView.image = [NSImage imageNamed:NSImageNameCaution];
[self.passwordTextField bind:NSStringFromSelector(@selector(showPassword)) toObject:self withKeyPath:NSStringFromSelector(@selector(showPassword)) options:nil];