mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
[CB-4361] Camera plugin needs to specify ImageIO.framework dependency in plugin.xml
This commit is contained in:
parent
1c84c87ca3
commit
6f6617c902
@ -53,6 +53,7 @@
|
|||||||
<header-file src="src/ios/CDVJpegHeaderWriter.h" />
|
<header-file src="src/ios/CDVJpegHeaderWriter.h" />
|
||||||
<source-file src="src/ios/CDVJpegHeaderWriter.m" />
|
<source-file src="src/ios/CDVJpegHeaderWriter.m" />
|
||||||
<header-file src="src/ios/CDVExif.h" />
|
<header-file src="src/ios/CDVExif.h" />
|
||||||
|
<framework src="ImageIO.framework" weak="true" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- blackberry10 -->
|
<!-- blackberry10 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user