Add privacy description required by iOS 10

This commit is contained in:
Kristiyan Dobrev
2016-08-13 02:19:16 +02:00
parent 111c97fcb6
commit e92a482a90
2 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,12 @@
<!-- ios -->
<platform name="ios">
<preference name="PHOTO_LIBRARY_USAGE_DESCRIPTION" default=" " />
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription ">
<string>$PHOTO_LIBRARY_USAGE_DESCRIPTION</string>
</config-file>
<config-file target="config.xml" parent="/*">
<feature name="ImagePicker">
<param name="ios-package" value="SOSPicker"/>