Adding CoreTelephony to 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/6ddd34aa Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/6ddd34aa Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/6ddd34aa
Branch: refs/heads/master Commit: 6ddd34aa4a18e8d4d12af5bf57c9047fc47be49f Parents: 3bf19c4 Author: edparsons <[email protected]> Authored: Mon Dec 28 10:19:00 2015 +0000 Committer: edparsons <[email protected]> Committed: Mon Dec 28 10:19:00 2015 +0000 ---------------------------------------------------------------------- plugin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/6ddd34aa/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 701afff..824c757 100644 --- a/plugin.xml +++ b/plugin.xml @@ -103,6 +103,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" <header-file src="src/ios/CDVReachability.h" /> <source-file src="src/ios/CDVReachability.m" /> <framework src="SystemConfiguration.framework" weak="true" /> + <framework src="CoreTelephony.framework" /> </platform> <!-- blackberry10 --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
