Repository: cordova-plugin-camera Updated Branches: refs/heads/master 9a26e97ac -> e8cbb106a
CB-7187 ios: Add explicit dependency on CoreLocation.framework Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/e8cbb106 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/e8cbb106 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/e8cbb106 Branch: refs/heads/master Commit: e8cbb106ae242aa4d2541c6daea52496153959c1 Parents: 9a26e97 Author: Andrew Grieve <[email protected]> Authored: Mon Jul 21 23:01:10 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Mon Jul 21 23:01:10 2014 -0400 ---------------------------------------------------------------------- plugin.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e8cbb106/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c76214c..4f47e3d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -135,13 +135,14 @@ <header-file src="src/ios/CDVCamera.h" /> <source-file src="src/ios/CDVCamera.m" /> <header-file src="src/ios/CDVJpegHeaderWriter.h" /> - <source-file src="src/ios/CDVJpegHeaderWriter.m" /> - <header-file src="src/ios/CDVExif.h" /> - <framework src="ImageIO.framework" weak="true" /> - <framework src="CoreLocation.framework" /> - <framework src="CoreGraphics.framework" /> - <framework src="AssetsLibrary.framework" /> + <source-file src="src/ios/CDVJpegHeaderWriter.m" /> + <header-file src="src/ios/CDVExif.h" /> + <framework src="ImageIO.framework" weak="true" /> + <framework src="CoreLocation.framework" /> + <framework src="CoreGraphics.framework" /> + <framework src="AssetsLibrary.framework" /> <framework src="MobileCoreServices.framework" /> + <framework src="CoreGraphics.framework" /> </platform> <!-- blackberry10 -->
