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/23 23:51:31 UTC

git commit: [CB-4361] Camera plugin needs to specify ImageIO.framework dependency in plugin.xml

Updated Branches:
  refs/heads/master 1c84c87ca -> 6f6617c90


[CB-4361] Camera plugin needs to specify ImageIO.framework dependency in plugin.xml


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

Branch: refs/heads/master
Commit: 6f6617c902c2519ba3c1005075cd35f25bd0ee5c
Parents: 1c84c87
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Jul 23 14:51:24 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Jul 23 14:51:24 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6f6617c9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5a46442..3a44b9b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -53,6 +53,7 @@
          <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" />
      </platform>
 
     <!-- blackberry10 -->