UNPKG

generator-cordova-plugin-bb10

Version:

Generator for BB10 Cordova Plugins

15 lines 700 B
<widget id="com.sample.<%= apiBase %>" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name><%= projectName %></name> <description> A sample Apache Cordova application that tests the cordova plugin you just created. </description> <author email="dev@callback.apache.org" href="http://cordova.io"> <%= author %> </author> <access origin="*" /> <preference name="fullscreen" value="true" /> <preference name="webviewbounce" value="true" /> <content src="index.html" /> <engine name="blackberry10" spec="^3.7.0" /> <plugin name="<%= pluginName %>" spec="../plugin" /> </widget>