forked from public/cordova-plugin-camera
Fix a mistake in the examples of usage descriptions (#313)
This commit is contained in:
@@ -37,7 +37,7 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in
|
||||
|
||||
```
|
||||
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge">
|
||||
<string>need to photo library access to get pictures from there</string>
|
||||
<string>need photo library access to get pictures from there</string>
|
||||
</edit-config>
|
||||
```
|
||||
|
||||
@@ -49,7 +49,7 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in
|
||||
|
||||
```
|
||||
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge">
|
||||
<string>need to photo library access to save pictures there</string>
|
||||
<string>need photo library access to save pictures there</string>
|
||||
</edit-config>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user