On Apple Silicon set the fan to Auto before sleeping. systemDidWakeFromSleep will set the previous selection on wake

This commit is contained in:
Raafat Akkad
2022-04-07 23:24:39 +01:00
parent 618c22ea89
commit 53b337f15f
6 changed files with 41 additions and 16 deletions

View File

@ -30,6 +30,7 @@
int machine_num;
}
+ (BOOL)isAppleSilicon;
+ (NSString *)computerModel;
- (instancetype)init:(NSString*)p_machine ;