-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
2 lines (2 loc) · 720 Bytes
/
plugin.xml
File metadata and controls
2 lines (2 loc) · 720 Bytes
1
2
<?xml version='1.0' encoding='utf-8'?>
<plugin id="com.evoke.testPlugin" version="0.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"><name>testPlugin</name><js-module name="testPlugin" src="www/testPlugin.js"><clobbers target="cordova.plugins.testPlugin" /></js-module><platform name="android"><config-file parent="/*" target="res/xml/config.xml"><feature name="testPlugin"><param name="android-package" value="com.evoke.testPlugin.testPlugin" /></feature></config-file><config-file parent="/*" target="AndroidManifest.xml"></config-file><source-file src="src/android/testPlugin.java" target-dir="src/com/evoke/testPlugin/testPlugin" /></platform></plugin>