Fix a mistake in the examples of usage descriptions (#313)

This commit is contained in:
jcesarmobile 2018-02-12 10:36:58 +01:00 committed by GitHub
parent 7c90555bd4
commit e36482c7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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">
<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>
```
@ -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">
<string>need to photo library access to save pictures there</string>
<string>need photo library access to save pictures there</string>
</edit-config>
```

View File

@ -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>
```