Skip to content

Commit

Permalink
feat(deps) uppdate mac-screen-capture-permissions
Browse files Browse the repository at this point in the history
The new version uses a new API in  macOS Big Sur which allows to check
if the permission was grante without prompting.

The module is now a Node addon which makes universal builds possible.

The commit we are uppdating to is in PR:
karaggeorge/mac-screen-capture-permissions#8
  • Loading branch information
saghul committed Mar 9, 2021
1 parent 19466c4 commit ad02c4e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 24 deletions.
68 changes: 45 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"gypfile": true,
"dependencies": {
"mac-screen-capture-permissions": "^1.1.0",
"mac-screen-capture-permissions": "github:saghul/mac-screen-capture-permissions#14568eba35b0eebcf2b1b5c40d2c35fec3d88e89",
"nan": "^2.14.0",
"postis": "^2.2.0",
"prebuild-install": "^5.3.0",
Expand Down

0 comments on commit ad02c4e

Please sign in to comment.