1
0
ミラー元 https://github.com/lint/TFDidThatSay 前回の同期 2025-12-14 20:57:18 +00:00

Add AlienBlueHD (iPad) support

このコミットが含まれているのは:
lint
2020-06-08 10:25:20 -04:00
コミット a35dd98193
2個のファイルの変更1行の追加1行の削除

バイナリ
tfdidthatsay.plist

バイナリファイルは表示されません。

ファイルの表示

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