mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +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" />
|
||||
<header-file src="src/ios/CDVReachability.h" />
|
||||
<source-file src="src/ios/CDVReachability.m" />
|
||||
<framework src="SystemConfiguration.framework" weak="true" />
|
||||
</platform>
|
||||
|
||||
<!-- blackberry10 -->
|
||||
|
Loading…
Reference in New Issue
Block a user