Skip to content

Commit

Permalink
Fix syntax issue in info.plist iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 7, 2023
1 parent 8f9b36e commit f73ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f73ad27

Please sign in to comment.