forked from mirror/smcFanControl
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:
@ -110,7 +110,7 @@ NSString * const DirectoryLocationDomain = @"DirectoryLocationDomain";
|
||||
*/
|
||||
- (NSString *)applicationSupportDirectory
|
||||
{
|
||||
NSString *executableName = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleExecutable"];
|
||||
NSString *executableName = [[NSBundle mainBundle] infoDictionary][@"CFBundleExecutable"];
|
||||
|
||||
NSError *error = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user