forked from public/cordova-plugin-camera
CB-11661: (ios) Add mandatory iOS 10 privacy description
Add support for photoalbum description This closes #236
This commit is contained in:
committed by
Julio César
parent
9fe94479e2
commit
9b566d3f0b
@@ -155,6 +155,11 @@
|
||||
<string>$CAMERA_USAGE_DESCRIPTION</string>
|
||||
</config-file>
|
||||
|
||||
<preference name="PHOTOLIBRARY_USAGE_DESCRIPTION" default=" " />
|
||||
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
|
||||
<string>$PHOTOLIBRARY_USAGE_DESCRIPTION</string>
|
||||
</config-file>
|
||||
|
||||
<config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
|
||||
<string></string>
|
||||
</config-file>
|
||||
|
||||
Reference in New Issue
Block a user