Skip to content

Commit

Permalink
Also specify NSLocalNetworkUsageDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jul 13, 2021
1 parent 28c3c9a commit 1e9c9e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/macos/Carla.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<key>NSLocalNetworkUsageDescription</key>
<string>Carla requires network permissions for remote OSC control.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Carla requires microphone for audio input.</string>
<string>Carla requires microphone permissions for audio input.</string>
</dict>
</plist>

0 comments on commit 1e9c9e7

Please sign in to comment.