-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoclicking prevents users from using the simulator #29
Comments
This is a great solution, the other way had me way confused. Thanks! |
I am having issues with AppleScript executing the above script. it gives error "error "System Events got an error: Can’t get menu item "pokemonLocation" of menu 1 of menu item "Simulate Location" of menu 1 of menu bar item "Debug" of menu bar 1 of process "Xcode"." number -1728 from menu item "pokemonLocation" of menu 1 of menu item "Simulate Location" of menu 1 of menu bar item "Debug" of menu bar 1 of process "Xcode"" |
@dpodhorsky +1 |
Great solution |
Nice work +1 |
@dpodhorsky For your problem, you have to go to System Preferences > Security & Privacy. |
You add repeat command and eliminate the nodemond; repeat |
You could instead add an applescript, which calls the menu item:
Currently I am running this thingy when the gpx file changes via nodemon:
nodemon -e gpx --exec osascript setlocation.applescript
This works better than the current solution.
The text was updated successfully, but these errors were encountered: