mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
Xcode 10 compatibility, Dark mode support
This commit is contained in:
@ -23,11 +23,11 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "NSFileManager+DirectoryLocations.h"
|
||||
#import <smc.h>
|
||||
#import <smcWrapper.h>
|
||||
#import <MachineDefaults.h>
|
||||
#import "smc.h"
|
||||
#import "smcWrapper.h"
|
||||
#import "MachineDefaults.h"
|
||||
|
||||
#import <Power.h>
|
||||
#import "Power.h"
|
||||
#include <mach/mach_port.h>
|
||||
#include <mach/mach_interface.h>
|
||||
#include <mach/mach_init.h>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <smcWrapper.h>
|
||||
#import "smcWrapper.h"
|
||||
|
||||
|
||||
@interface MachineDefaults : NSObject {
|
||||
|
||||
@ -22,8 +22,8 @@
|
||||
*/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <smc.h>
|
||||
#import <MachineDefaults.h>
|
||||
#import "smc.h"
|
||||
#import "MachineDefaults.h"
|
||||
#import "Constants.h"
|
||||
|
||||
@interface smcWrapper : NSObject {
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
#import "smcWrapper.h"
|
||||
#import <CommonCrypto/CommonDigest.h>
|
||||
NSString * const smc_checksum=@"c1c93f148c80e7ab466f83dabe011a6e";
|
||||
NSString * const smc_checksum=@"4fc00a0979970ee8b55f078a0c793c4d";
|
||||
|
||||
NSArray *allSensors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user