mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-02-07 18:12:50 +08:00
[CB-4365] Explicit CoreLocation.framework dependency should be specified for some core plugins
This commit is contained in:
parent
6f6617c902
commit
230ef687e7
@ -54,6 +54,7 @@
|
|||||||
<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" />
|
<framework src="ImageIO.framework" weak="true" />
|
||||||
|
<framework src="CoreLocation.framework" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- blackberry10 -->
|
<!-- blackberry10 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user