mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-07-23 04:40:50 +02:00
Fix DDI mounting again
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ Boolean SMJobSubmit(CFStringRef domain, CFDictionaryRef job, id auth, CFErrorRef
|
||||
%end
|
||||
|
||||
%ctor {
|
||||
NSString *processName = NSProcessInfo.processInfo.processName;
|
||||
NSString *processName = @(basename(argv[0]));
|
||||
if ([processName isEqualToString:@"hidd.nonui"]) {
|
||||
%init(Hook_NonUI);
|
||||
} else if ([processName isEqualToString:@"SwitchBoard"]) {
|
||||
|
||||
Reference in New Issue
Block a user