CB-11661: (ios) Add mandatory iOS 10 privacy description

This commit is contained in:
mhartington
2016-08-11 15:22:39 -04:00
committed by Steve Gill
parent c98607c613
commit a3af38ad5b
2 changed files with 37 additions and 22 deletions

View File

@@ -150,6 +150,11 @@
<framework src="CoreGraphics.framework" />
<framework src="AVFoundation.framework" />
<preference name="CAMERA_USAGE_DESCRIPTION" default=" " />
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>$CAMERA_USAGE_DESCRIPTION</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
<string></string>
</config-file>