Squashed commit of the following:

commit cb9af5b9a64396835120754eb085a62fcc0b558b
Author: Feodor Fitsner <feodor@appveyor.com>
Date:   Mon Apr 29 11:32:15 2024 -0700

    Add NSMicrophoneUsageDescription to Info.plist
This commit is contained in:
Feodor Fitsner 2024-04-29 11:36:46 -07:00
parent 14a925be08
commit a88b3b8e48
1 changed files with 31 additions and 29 deletions

View File

@ -28,5 +28,7 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMicrophoneUsageDescription</key>
<string>Audio Recording</string>
</dict>
</plist>