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 00:11:09 UTC

git commit: [CB-4363] Network Info plugin needs to specify SystemConfiguration.framework dependency in plugin.xml

Updated Branches:
  refs/heads/master 145a95c2f -> e45286df3


[CB-4363] Network Info plugin needs to specify SystemConfiguration.framework dependency in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/e45286df
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/e45286df
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/e45286df

Branch: refs/heads/master
Commit: e45286df35487a4414756d8fb93597ea454cb1ff
Parents: 145a95c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Jul 23 15:10:59 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Jul 23 15:10:59 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/e45286df/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c51692f..5a0db7b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -43,6 +43,7 @@
         <source-file src="src/ios/CDVConnection.m" />
         <header-file src="src/ios/CDVReachability.h" />
 	    <source-file src="src/ios/CDVReachability.m" />
+	    <framework src="SystemConfiguration.framework" weak="true" />
     </platform>
 
     <!-- blackberry10 -->