Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

crashes when not in accessibility #37

Open
mikey0000 opened this issue Jan 16, 2015 · 0 comments
Open

crashes when not in accessibility #37

mikey0000 opened this issue Jan 16, 2015 · 0 comments

Comments

@mikey0000
Copy link

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();
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant