Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 6dce7d6

Browse files
Readme tweaks
1 parent bc8e041 commit 6dce7d6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ pod 'ALCameraViewController'
2525
```
2626

2727
### Privacy (iOS 10) ###
28-
If you are building your app with iOS 10 or newer, you need to add two privacy keys to your app's `Info.plist` to allow the usage of the camera and photo library, or your app will crash.
28+
If you are building your app with iOS 10 or newer, you need to add two privacy keys to your app to allow the usage of the camera and photo library, or your app will crash.
2929

30-
Add the keys below to the `<dict>` tag of your `Info.plist`, replacing the strings with the description you want to provide when prompting the user:
30+
Add the keys below to your `Info.plist` and adding strings with the description you want to provide when prompting the user:
3131

3232
```
33-
<key>NSPhotoLibraryUsageDescription</key>
34-
<string>Enable Photos access to import photos from your library.</string>
35-
<key>NSCameraUsageDescription</key>
36-
<string>Enable Camera to take photos.</string>
33+
NSPhotoLibraryUsageDescription
34+
NSCameraUsageDescription
3735
```
3836

3937
### Usage

0 commit comments

Comments
 (0)