Post

Replies

Boosts

Views

Activity

Run macOS application in Github Actions
How can I run my macOS application in a headless environment such as Github Actions? I'm able to use xvfb-run on Linux to achieve this, but I haven't yet found an equivalent for macOS. I'd like to be able to do this to do some sanity checking in my application as part of the build process to ensure higher quality for mac users.
2
0
202
Dec ’23
VoiceOver announcements skipping to the latest one
I'm using NSAccessibilityAnnouncementRequestedNotification with NSAccessibilityPriorityMedium to announce incoming, unsolicited text in a text game - and sometimes VoiceOver will move onto the next message without fully reading out the first. How can I get VoiceOver to fully read out the current message before moving onto the next? I'm building this accessibility work as part of Mudlet (mudlet.org) an open-source MUD client to give more context.
1
0
430
Jul ’22
How to notarize bundled Qt framework?
I need to bundle the Qt framework with my application, which naturally needs to be notarized as well. What is the right way to go about it? The zip I need to bundle is https://github.com/qmlnet/qt-runtimes/releases/download/releases/qt-5.15.1-7fc8b10-osx-x64-runtime.tar.gz which I unpack to Hammer.app/Contents/MacOS/qt-runtime. While the location of the framework can be arbitrary, the structure and contents within must be kept in exact order as they are. What is the right way to go about this?
1
0
527
Apr ’22