Issue
Details
It has been reported that Guidepup doesn't appear to be working on MacOS Sequoia (15), see guidepup/guidepup#89.
This is because the VoiceOver preferences are no longer located at ~/Library/Preferences/com.apple.VoiceOver4/default.plist and have instead moved to the sandboxed location ~/Library/Group Containers/group.com.apple.VoiceOver/Library/Preferences/com.apple.VoiceOver4/default.plist.
This also impacts @guidepup/setup because enabling AppleScript control of VoiceOver requires being able to set the SCREnableAppleScript preference to true in said file.
The migration to the group container for VoiceOver will present difficulties because this isn't generally accessible for unprivileged processes/applications.
Issue
Details
It has been reported that Guidepup doesn't appear to be working on MacOS Sequoia (15), see guidepup/guidepup#89.
This is because the VoiceOver preferences are no longer located at
~/Library/Preferences/com.apple.VoiceOver4/default.plistand have instead moved to the sandboxed location~/Library/Group Containers/group.com.apple.VoiceOver/Library/Preferences/com.apple.VoiceOver4/default.plist.This also impacts
@guidepup/setupbecause enabling AppleScript control of VoiceOver requires being able to set theSCREnableAppleScriptpreference totruein said file.The migration to the group container for VoiceOver will present difficulties because this isn't generally accessible for unprivileged processes/applications.