tarifa
Version:
Your friendly toolchain for mobile app development on top of Apache Cordova
14 lines (13 loc) • 437 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="%ID" version="%VERSION">
<name>%NAME</name>
<description>%DESCRIPTION</description>
<author>%AUTHOR_NAME</author>
<keywords>%KEYWORDS</keywords>
<license>%LICENSE</license>
%PLUGIN_USE_VARIABLES
<js-module src="www/%NAME.js" name="%NAME">
<clobbers target="%NAME" />
</js-module>
%PLATFORMS
</plugin>