UNPKG

cordova-elm-template-jumpstart

Version:

Cordova template to jumpstart development using Elm and Webpack

42 lines (41 loc) 1.91 kB
<?xml version='1.0' encoding='utf-8'?> <widget id="com.example.template" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Template</name> <description> This is the project created from the template: cordova-webpack-elm-template. </description> <author email="developer+cordova-elm@getbeewell.com" href="http://getbeewell.com"> Based on a template by BeeWell, LLC </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> <platform name="browser"> <preference name="SplashScreen" value="/splash.png" /> <preference name="SplashScreenBackgroundColor" value="orange" /> <preference name="ShowSplashScreen" value="true" /> <preference name="SplashScreenWidth" value="600" /> <preference name="SplashScreenHeight" value="600" /> </platform> <hook src="./hooks/run-webpack.js" type="before_prepare" /> <hook src="./hooks/create-icon-and-splash.sh" type="before_prepare" /> <plugin name="cordova-plugin-battery-status" spec="^1.2.4" /> <plugin name="cordova-plugin-device" spec="^1.1.6" /> <plugin name="cordova-plugin-dialogs" spec="^1.3.3" /> <plugin name="cordova-plugin-google-analytics" spec="^1.8.3" /> <plugin name="cordova-plugin-network-information" spec="^1.3.3" /> <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> <plugin name="cordova-plugin-whitelist" spec="^1.3.2" /> </widget>