node-mac-permissions
                                
                                 node-mac-permissions copied to clipboard
                                
                                    node-mac-permissions copied to clipboard
                            
                            
                            
                        A native node module to manage system permissions on macOS.
If you're building on Monterey, you first run into #39 . You install Python but versions of electron-builder prior to 23 use the baked in Python which fails. You then...
I'm setting up CircleCI to run automated tests for my app which uses the microphone. CircleCI runs Mac tests on an image with SIP disabled and injects permissions into the...
I can only check the status of the location permission but I cannot change or ask for the permission. I will appreciate if there is a function for requesting the...
I have integrated node-mac-permissions and am receiving an error when trying to test my app in a headless docker container run ``` xvfb-run yarn electron-mocha --no-sandbox --disable-gpu -R mocha-jenkins-reporter --require...
We build with a macOS 10.14 image on Travis, permissions.mm fails to build because Speech/Speech.h is not found. Need to wrap with compiler directives: #if AVAILABLE_MAC_OS_X_VERSION_10_15_AND_LATER And remove ld flag,...
@codebytere : Can we have node-mac-permissions module control OS dialog regarding removable volume too? We would like to handle "Do not Allow" case if user selects that option.
This one might be a little trickier - the request function will also likely just default to prefpane opening. Only implemented on 10.15 and beyond.
Is it possible to get notified when a particular permission is granted by the user, manually from System Preferences or through the prompt?
Electron Version: 19.1.0 Apple M1 chip while run the application I am facing this issue... how to solve that? is there any solution for this issue? ``` `Error: dlopen(/Users/mine/Documents/proj/node_modules/node-mac-permissions/build/Release/permissions.node, 0x0001):...
When using askForScreenCaptureAccess(), it doesn't open the respective system preference tab, when tried with askForAccessibilityAccess() it works, using iterm2 and on macOS 12.6. Im asking for both one by one....