Bladeren bron

Add AlienBlueHD (iPad) support

master
lint 3 jaren geleden
bovenliggende
commit
a35dd98193
2 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. BIN
      tfdidthatsay.plist
  2. +1
    -1
      tweak/AlienBlue.xm

BIN
tfdidthatsay.plist Bestand weergeven


+ 1
- 1
tweak/AlienBlue.xm Bestand weergeven

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

Laden…
Annuleren
Opslaan