Bump Mac client deployment target to 10.9, fix deprecation errors

This commit is contained in:
Mike Gelfand
2017-02-05 18:41:47 +03:00
parent 788f1e31f1
commit fa504fb27f
16 changed files with 90 additions and 66 deletions

View File

@@ -34,11 +34,6 @@
IBOutlet NSButton * fAutoAssignRulesEnableCheck;
IBOutlet NSButton * fAutoAssignRulesEditButton;
IBOutlet NSWindow * fGroupRulesSheetWindow;
IBOutlet NSPredicateEditor * fRuleEditor;
IBOutlet NSLayoutConstraint * fRuleEditorHeightConstraint;
}
- (void) addRemoveGroup: (id) sender;