mirror of
https://github.com/hholtmann/smcFanControl.git
synced 2025-11-04 19:49:16 +01:00
Added new sparkle version, deprecated 10.5 and 32 Bit support,
converted to ARC, fixed some memory management issues, Donation Reminder Screen
This commit is contained in:
@ -99,7 +99,6 @@
|
||||
IBOutlet id DefaultsController;
|
||||
|
||||
MachineDefaults *mdefaults;
|
||||
NSDictionary *s_sed;
|
||||
|
||||
NSDictionary *undo_dic;
|
||||
|
||||
@ -107,6 +106,8 @@
|
||||
NSImage *menu_image_alt;
|
||||
}
|
||||
|
||||
@property (nonatomic, strong ) NSMutableDictionary *machineDefaultsDict;
|
||||
|
||||
|
||||
-(void)terminate:(id)sender;
|
||||
|
||||
@ -137,8 +138,8 @@
|
||||
|
||||
|
||||
@interface NSNumber (NumberAdditions)
|
||||
- (NSString *) tohex;
|
||||
- (NSNumber*) celsius_fahrenheit;
|
||||
@property (NS_NONATOMIC_IOSONLY, readonly, copy) NSString *tohex;
|
||||
@property (NS_NONATOMIC_IOSONLY, readonly, copy) NSNumber *celsius_fahrenheit;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user