mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-31 18:47:21 +08:00
Adding CoreTelephony to plugin.xml
This commit is contained in:
parent
3bf19c4c02
commit
6ddd34aa4a
@ -103,6 +103,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
|
|||||||
<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" />
|
<framework src="SystemConfiguration.framework" weak="true" />
|
||||||
|
<framework src="CoreTelephony.framework" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<!-- blackberry10 -->
|
<!-- blackberry10 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user