소스 검색

Add AlienBlueHD (iPad) support

master
lint 3 년 전
부모
커밋
a35dd98193
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      tfdidthatsay.plist
  2. +1
    -1
      tweak/AlienBlue.xm

BIN
tfdidthatsay.plist 파일 보기


+ 1
- 1
tweak/AlienBlue.xm 파일 보기

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

Loading…
취소
저장