mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-20 18:07:30 +02:00
fixed: ServiceManagement not available in 10.5
This commit is contained in:
parent
1f9c2ba7e2
commit
5ff37a0937
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@
|
|||
|
||||
#import "AXDatabaseCleaner.h"
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
||||
#import <ServiceManagement/ServiceManagement.h>
|
||||
#endif
|
||||
#import <Security/Authorization.h>
|
||||
|
||||
const NSString* const label = @"synmacph";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue