Skip to content

Commit b63bc57

Browse files
committed
🔧 Add NSMicrophoneUsageDescription for Info.plist
1 parent 21a7372 commit b63bc57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example/ios/Runner/Info.plist

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
<key>NSAllowsArbitraryLoads</key>
3030
<true/>
3131
</dict>
32-
<key>NSCameraUsageDescription</key>
33-
<string>Take a photo for display</string>
3432
<key>NSPhotoLibraryUsageDescription</key>
3533
<string>Read your photos for display</string>
34+
<key>NSCameraUsageDescription</key>
35+
<string>Take a photo for display</string>
36+
<key>NSMicrophoneUsageDescription</key>
37+
<string>Take a video for display</string>
3638
<key>UILaunchStoryboardName</key>
3739
<string>LaunchScreen</string>
3840
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)