Browse Source

Add AlienBlueHD (iPad) support

master
lint 3 years ago
parent
commit
a35dd98193
2 changed files with 1 additions and 1 deletions
  1. BIN
      tfdidthatsay.plist
  2. +1
    -1
      tweak/AlienBlue.xm

BIN
tfdidthatsay.plist View File


+ 1
- 1
tweak/AlienBlue.xm View File

@@ -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…
Cancel
Save