123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
- id="cordova-plugin-inappbrowser-tests"
- version="3.0.0">
- <name>Cordova InAppBrowser Plugin Tests</name>
- <license>Apache 2.0</license>
- <dependency id="cordova-plugin-dialogs" />
- <js-module src="tests.js" name="tests">
- </js-module>
- <asset src="resources" target="cdvtests/iab-resources" />
- </plugin>
|