mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-03-03 21:32:53 +08:00
CB-7187 ios: Add explicit dependency on CoreLocation.framework
This commit is contained in:
parent
9a26e97ac8
commit
e8cbb106ae
13
plugin.xml
13
plugin.xml
@ -135,13 +135,14 @@
|
|||||||
<header-file src="src/ios/CDVCamera.h" />
|
<header-file src="src/ios/CDVCamera.h" />
|
||||||
<source-file src="src/ios/CDVCamera.m" />
|
<source-file src="src/ios/CDVCamera.m" />
|
||||||
<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" />
|
<framework src="ImageIO.framework" weak="true" />
|
||||||
<framework src="CoreLocation.framework" />
|
<framework src="CoreLocation.framework" />
|
||||||
<framework src="CoreGraphics.framework" />
|
<framework src="CoreGraphics.framework" />
|
||||||
<framework src="AssetsLibrary.framework" />
|
<framework src="AssetsLibrary.framework" />
|
||||||
<framework src="MobileCoreServices.framework" />
|
<framework src="MobileCoreServices.framework" />
|
||||||
|
<framework src="CoreGraphics.framework" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- blackberry10 -->
|
<!-- blackberry10 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user