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

This commit is contained in:
Shazron Abdullah 2013-07-23 15:10:59 -07:00
parent 145a95c2fb
commit e45286df35

View File

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