Skip to content

Commit 60b1f2f

Browse files
author
dsward2
committed
In LocalRadio Info.plist, add NSMicrophoneUsageDescription entry to enable microphone and inter-application audio access.
1 parent 1e35e98 commit 60b1f2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

LocalRadio/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<string>The current location is used to query the U.S. FCC database to find local radio stations.</string>
3838
<key>NSMainNibFile</key>
3939
<string>MainMenu</string>
40+
<key>NSMicrophoneUsageDescription</key>
41+
<string>LocalRadio allow microphone selection on the Devices page.</string>
4042
<key>NSPrincipalClass</key>
4143
<string>NSApplication</string>
4244
</dict>

0 commit comments

Comments
 (0)