Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onseok authored Dec 17, 2023
1 parent 079f9a4 commit 837ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ commonMain {
In order to access the camera on iOS devices, it's essential to include a specific key-value pair in the `Info.plist` file of your iOS project. This key-value pair comprises a key that identifies the type of permission being requested and a value that provides a user-friendly description explaining why the app needs access to the camera.

Here's the key-value pair you should add to your `Info.plist`:
```
```xml
<key>Privacy - Camera Usage Description</key>
<string>This app uses camera for capturing photos.</string>
```
Expand Down

0 comments on commit 837ed1a

Please sign in to comment.