Skip to content

Commit 424d70e

Browse files
committed
ios 10 fixes
1 parent 373de05 commit 424d70e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

plugin.xml

+12
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@
5050
</feature>
5151
</config-file>
5252

53+
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
54+
<string>Photo library access required.</string>
55+
</config-file>
56+
57+
<config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription">
58+
<string>Microphone access required.</string>
59+
</config-file>
60+
61+
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
62+
<string>Camera access required.</string>
63+
</config-file>
64+
5365
<header-file src="src/ios/CameraPreview.h" />
5466
<source-file src="src/ios/CameraPreview.m" />
5567

0 commit comments

Comments
 (0)