Merge pull request #83 from tylervz5/iOS_10
Fix for the plugin crashing on iOS 10
This commit is contained in:
commit
31e2eda04b
@ -71,6 +71,12 @@
|
|||||||
<param name="ios-package" value="CsZBar"/>
|
<param name="ios-package" value="CsZBar"/>
|
||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
|
<!-- Declare Camera Usage for iOS10+ -->
|
||||||
|
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
|
||||||
|
<string>For Barcode Scanning</string>
|
||||||
|
</config-file>
|
||||||
|
|
||||||
<framework src="AVFoundation.framework" />
|
<framework src="AVFoundation.framework" />
|
||||||
<framework src="CoreMedia.framework" />
|
<framework src="CoreMedia.framework" />
|
||||||
<framework src="CoreVideo.framework" />
|
<framework src="CoreVideo.framework" />
|
||||||
|
Loading…
Reference in New Issue
Block a user