CB-7187 ios: Add explicit dependency on CoreLocation.framework

This commit is contained in:
Andrew Grieve 2014-07-21 23:01:10 -04:00
parent 9a26e97ac8
commit e8cbb106ae

View File

@ -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 -->