cordova-plugin-background-upload-improved
Version:
Cordova plugin for uploading file in the background
27 lines (26 loc) • 1.25 kB
text/xml
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-upload-tests"
version="0.0.1">
<name>cordova-plugin-background-upload tests</name>
<description>Cordova plugin for background upload</description>
<license>Apache 2.0</license>
<repo>https://github.com/spoonconsulting/cordova-plugin-background-upload.git</repo>
<js-module src="test-utils.js" name="TestUtils">
<clobbers target="window.TestUtils"/>
</js-module>
<js-module src="tests.js" name="tests"></js-module>
<dependency id="cordova-plugin-file" version="6.0.2" />
<platform name="android">
<resource-file src="tree.jpg" target="assets/tree.jpg" />
<resource-file src="tree2.jpg" target="assets/tree2.jpg" />
<resource-file src="tree3.jpg" target="assets/tree3.jpg" />
</platform>
<platform name="ios">
<resource-file src="tree.jpg" target="Resources/tree.jpg" />
<resource-file src="tree2.jpg" target="Resources/tree2.jpg" />
<resource-file src="tree3.jpg" target="Resources/tree3.jpg" />
</platform>
</plugin>