mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
6bdd6f3a59
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
478 B
Plaintext
12 lines
478 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<!-- Psysonic is a music PLAYER only — no microphone access needed.
|
|
This suppresses the macOS microphone permission prompt triggered
|
|
by cpal/CoreAudio enumerating input devices during audio init. -->
|
|
<key>com.apple.security.device.audio-input</key>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|