-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Description
i build an app that adds Vim bindings to the whole macOS. to test this currently the app needs Accessibility Permissions. i can't seem to find a way to make this happen with the current GitHub Action macOS environment.
Area for Triage:
Apple
Question, Bug, or Feature?:
Question
i have looked at the following issues but couldn't find a solution or confirmation that what i'm trying to achieve is not possible:
- Accessibility Permissions for the app deployed in macOS #1567
- Xcode Helper Accessibility Permissions for Github hosted runner #1441
- Disable SIP in Mac OS Catalina #650
- macOS cant run most of Apple Scripts because of UI block #553
Virtual environments affected
- Ubuntu 16.04
- Ubuntu 18.04
- Ubuntu 20.04
- macOS 10.15
- macOS 11.0
- Windows Server 2016 R2
- Windows Server 2019
Image version
Version: 20210423.1
Expected behavior
allow Accessibility Permissions to the app being tested.
Actual behavior
Accessibility Permissions not allowed.
Repro steps
run an app that requires Accessibility Permissions, like for example an app that creates event taps. even taps creation will fail.