Add AlienBlueHD (iPad) support

This commit is contained in:
lint
2020-06-08 10:25:20 -04:00
부모 48c9597a01
커밋 a35dd98193
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

Binary file not shown.

파일 보기

@ -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);