Skip to content

Commit

Permalink
docs(README): format Info.plist xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Nov 23, 2023
1 parent 1f75746 commit c0a17de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ The library will require android.permission.CAMERA and android.permission.RECORD

```xml

<key>NSCameraUsageDescription</key><string>Your own description of the purpose</string>

<key>NSMicrophoneUsageDescription</key><string>Your own description of the purpose</string>
<key>NSCameraUsageDescription</key>
<string>Your own description of the purpose</string>
<key>NSMicrophoneUsageDescription</key>
<string>Your own description of the purpose</string>
```

### Code sample
Expand Down

0 comments on commit c0a17de

Please sign in to comment.