For Apple Silicon use the temperature sensors from IOKIT

This commit is contained in:
Raafat Akkad
2022-12-02 23:34:35 +00:00
parent 71c252571f
commit 346eceb501
8 changed files with 150 additions and 22 deletions

View File

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