Mac: add mic entitlement to signing helper

This commit is contained in:
Peter Steinberger
2025-12-06 23:52:54 +00:00
parent 11311d07e5
commit 21bb2fb03f

View File

@@ -21,6 +21,8 @@ cat > "$ENT_TMP" <<'PLIST'
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>
PLIST