mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
Fix a mistake in the examples of usage descriptions (#313)
This commit is contained in:
parent
7c90555bd4
commit
e36482c7ba
@ -95,7 +95,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">
|
<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>
|
</edit-config>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -107,7 +107,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">
|
<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>
|
</edit-config>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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">
|
<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>
|
</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">
|
<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>
|
</edit-config>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user