geforkt von lint/TFDidThatSay
Add AlienBlueHD (iPad) support
Dieser Commit ist enthalten in:
Binäre Datei nicht angezeigt.
@ -139,7 +139,7 @@ static void prefsChanged(CFNotificationCenterRef center, void *observer, CFStrin
|
||||
|
||||
NSString* processName = [[NSProcessInfo processInfo] processName];
|
||||
|
||||
if ([processName isEqualToString:@"AlienBlue"]){
|
||||
if ([processName isEqualToString:@"AlienBlue"] || [processName isEqualToString:@"AlienBlueHD"]){
|
||||
if (isAlienBlueEnabled && isEnabled){
|
||||
|
||||
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)prefsChanged, CFSTR("com.lint.undelete.prefs.changed"), NULL, CFNotificationSuspensionBehaviorCoalesce);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren