generator-angcord
Version:
Angular 6 and Cordova hybrid project scaffolding updating NavCore's ngCordova minimalist structure.
27 lines (26 loc) • 1.1 kB
text/xml
<widget id="<%= options.cordovaID %>" version="<%= options.cordovaVersion %>" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name><%= options.cordovaAppName %></name>
<description>
<%= options.cordovaDescription %>
</description>
<author email="<%= options.cordovaAuthorEmail %>" href="<%= options.cordovaAuthorHref %>">
<%= options.cordovaAuthorFirstname + ' ' +options.cordovaAuthorLastname %>
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
</widget>