node-mac-permissions
node-mac-permissions copied to clipboard
A native node module to manage system permissions on macOS.
Everything works fine. The permission popup appears in my dev env. But when I build the app with `electron-packager` and sign my app the permission popup does not appear. The...
macOS 14.5.2(intel silicon) [email protected] [email protected] [email protected] [email protected] when the app is built in [email protected](intel silicon), it works well in all the Mac. But after I upgrade my mac version to...
Hey, when I call askForContactsAccess() nothing is happening on dev mode for me? I tried adding an Info.plist file to a lot of places, but that's not helping either. Has...
Hi all, I've been pulling my hair for the last few days on this issue: when I build my app for Mac ARM and Intel separately, the library works as...
The library does a great job with almost all Privacy settings. But it lacks support for Automation. It would be great to be able to check permission like this: ```js...
I am developing an application that is prepared to work on Windows, Mac, and Linux with the same code, of course, Mac requests permissions that do not exist in the...
Could you kindly assist me in resolving the internal dependency "Binding" installation issue and the node-gyp installation issue? Exit code: 1 Command: node-gyp rebuild Arguments: Directory: /Users/p21-0008/Desktop/Dushyant/Demo/Desktop Application/ScreenshotV1.0/node_modules/node-mac-permissions Output: gyp...
This PR introduces a dedicated CI workflow for tagged releases. Not only does it automate releases, it also enables publishing a [universal binary](https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary) which natively runs on both Intel and...
Fixe #64 On my Electron app, I need to supporte multiple OS and I would like to use your package to enhance the mac permissions experience, but I can't add...
Currently the 'notification' auth status check has been implemented in the main branch but isn’t yet available in any released version. Could you please let us know when the next...