Omini Recorder 录屏大师权限问题修复

This commit is contained in:
QiuChenly
2023-10-30 18:37:19 +08:00
parent 2786c5aec8
commit 2df4afe8de
2 changed files with 5 additions and 1 deletions

View File

@@ -261,7 +261,8 @@
{ {
"packageName": "com.mac.utility.screen.recorder", "packageName": "com.mac.utility.screen.recorder",
"bridgeFile": "/Contents/MacOS/", "bridgeFile": "/Contents/MacOS/",
"injectFile": "OmniRecorder" "injectFile": "OmniRecorder",
"extraShell": "recorder.sh"
}, },
{ {
"packageName": "com.mac.utility.media.player", "packageName": "com.mac.utility.media.player",

3
tool/recorder.sh Normal file
View File

@@ -0,0 +1,3 @@
tccutil reset Camera com.mac.utility.screen.recorder
tccutil reset Microphone com.mac.utility.screen.recorder
tccutil reset ScreenCapture com.mac.utility.screen.recorder