You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/07/24 02:04:49 UTC

git commit: [CB-4365] Explicit CoreLocation.framework dependency should be specified for some core plugins

Updated Branches:
  refs/heads/master 6f6617c90 -> 230ef687e


[CB-4365] Explicit CoreLocation.framework dependency should be specified for some core plugins


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/230ef687
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/230ef687
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/230ef687

Branch: refs/heads/master
Commit: 230ef687e7a6e5e0bf404cac3cc163a097efcb11
Parents: 6f6617c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Jul 23 17:04:26 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Jul 23 17:04:26 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/230ef687/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3a44b9b..4ae700d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -54,6 +54,7 @@
  	     <source-file src="src/ios/CDVJpegHeaderWriter.m" />
  	     <header-file src="src/ios/CDVExif.h" />
  	     <framework src="ImageIO.framework" weak="true" />
+ 	     <framework src="CoreLocation.framework" />
      </platform>
 
     <!-- blackberry10 -->