Skip to content

Commit 5ebf30e

Browse files
authored
Merge pull request #3 from wanderingstan/patch-1
Added NSMicrophoneUsageDescription
2 parents d23c616 + 06c4859 commit 5ebf30e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Terminal/Terminal/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSMicrophoneUsageDescription</key>
6+
<string>The microphone is needed for this app to function.</string>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>en</string>
79
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)