Is there any way to switch spaces on MacOS using code? It used to be possible by just emulating the keyboard shortcut, but now the OS ignores them. I just want to scroll between them like when you press Command-Left/Right, not necessarily select a specific desktop. Thanks
Post
Replies
Boosts
Views
Activity
Anywhere that shows my app in OS X, such as under System Preferences, there is no name for the application, it's just blank. How do I get my applicaiton title to show up? I thought I had everything set correctly
My OS X app requires disk access, scripting access, and creates virtual keyboard events. It runs fine with the release version that’s running in the Application directory, but when I try to run it from XCode none of these things work. When I run Applescript I get: Not authorized to send Apple eventsI’ve added all the necessary permissions for my app as well as XCode. How can I get this working?