Fix syntax issue in info.plist iOS

pull/1601/head
Ellet 1 year ago
parent 8f9b36ea2f
commit f73ad27e2c
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      example/ios/Runner/Info.plist

@ -49,7 +49,7 @@
<string>We need permission to the photo library in order for inserting images in the text editor</string>
<key>NSCameraUsageDescription</key>
<string>We need permission to the camera in order for takeing a photos and record videos in the text editor</string>
<key>NSMicrophoneUsageDescription<key>
<key>NSMicrophoneUsageDescription</key>
<string>We don't really need that permission</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>We need this permission for saving the images in the editor</string>

Loading…
Cancel
Save