UNPKG

cordova-plugin-remote

Version:
26 lines (22 loc) 1.11 kB
<?xml version='1.0' encoding='utf-8'?> <plugin id="cordova-plugin-remote" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"> <name>cordova-plugin-remote</name> <description>A Cordova Reload Plugin</description> <keywords>cordova,livereload,hot-replace,broswer-sync</keywords> <repo>https://github.com/jardenliu/cordova-plugin-remote.git</repo> <js-module name="RemoteInject" src="www/RemoteInject.js"> <clobbers target="cordova.remoteInject"/> </js-module> <platform name="osx"> <config-file target="config.xml" parent="/*"> <feature name="RemoteInject"> <param name="osx-package" value="CDVRemoteInject"/> <param name="onload" value="true"/> </feature> </config-file> <header-file src="src/osx/CDVRemoteInject.h"/> <source-file src="src/osx/CDVRemoteInject.m"/> </platform> <hook type="after_plugin_install" src="lib/npm-install.js"/> <hook type="after_prepare" src="lib/remote-hook.js"/> </plugin>