From f73ad27e2c8b4bd41e74253afc9e34d761eef1f8 Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 7 Dec 2023 23:28:05 +0300 Subject: [PATCH] Fix syntax issue in info.plist iOS --- example/ios/Runner/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index be0419447..c2822be9e 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -49,7 +49,7 @@ We need permission to the photo library in order for inserting images in the text editor NSCameraUsageDescription We need permission to the camera in order for takeing a photos and record videos in the text editor - NSMicrophoneUsageDescription + NSMicrophoneUsageDescription We don't really need that permission NSPhotoLibraryAddUsageDescription We need this permission for saving the images in the editor