mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-31 18:47:21 +08:00
[CB-4363] Network Info plugin needs to specify SystemConfiguration.framework dependency in plugin.xml
This commit is contained in:
parent
145a95c2fb
commit
e45286df35
@ -43,6 +43,7 @@
|
|||||||
<source-file src="src/ios/CDVConnection.m" />
|
<source-file src="src/ios/CDVConnection.m" />
|
||||||
<header-file src="src/ios/CDVReachability.h" />
|
<header-file src="src/ios/CDVReachability.h" />
|
||||||
<source-file src="src/ios/CDVReachability.m" />
|
<source-file src="src/ios/CDVReachability.m" />
|
||||||
|
<framework src="SystemConfiguration.framework" weak="true" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- blackberry10 -->
|
<!-- blackberry10 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user