Open mikey0000 opened 9 years ago
just need to change to the following on line 544 of the delegate class
NSDictionary *options = @{(id)kAXTrustedCheckOptionPrompt: @YES}; BOOL accessibilityEnabled = AXIsProcessTrustedWithOptions((CFDictionaryRef)options); if (accessibilityEnabled) { [self positionSimulatorWindow:nil]; hideTheCursor(); }
just need to change to the following on line 544 of the delegate class