UNPKG

cordova-template-mfp

Version:

MobileFirst Platform Foundation Cordova Template.

95 lines (94 loc) 6.41 kB
<?xml version='1.0' encoding='utf-8'?> <widget id="com.ibm.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>HelloCordova</name> <description> A sample Apache Cordova application that responds to the deviceready event. </description> <author email="developer@yourcompany.com" href="https://yourcompany.com"> Your Company Team </author> <content src="index.html" /> <plugin name="cordova-plugin-mfp" spec="~8.0" /> <plugin name="cordova-plugin-splashscreen" spec="~3" /> <plugin name="cordova-plugin-whitelist" spec="~1" /> <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:*" /> <preference name="AndroidInsecureFileModeEnabled" value="true" /> <platform name="android"> <allow-intent href="market:*" /> <icon src="res/icon/android/icon-96-xhdpi.png" /> <icon src="res/icon/android/icon-36-ldpi.png" density="ldpi" /> <icon src="res/icon/android/icon-48-mdpi.png" density="mdpi" /> <icon src="res/icon/android/icon-72-hdpi.png" density="hdpi" /> <icon src="res/icon/android/icon-96-xhdpi.png" density="xhdpi" /> <icon src="res/icon/android/icon-144-xxhdpi.png" density="xxhdpi" /> <icon src="res/icon/android/icon-192-xxxhdpi.png" density="xxxhdpi" /> <splash src="res/screen/android/screen-mdpi-portrait.png" /> <splash src="res/screen/android/screen-hdpi-landscape.png" density="land-hdpi" /> <splash src="res/screen/android/screen-ldpi-landscape.png" density="land-ldpi" /> <splash src="res/screen/android/screen-mdpi-landscape.png" density="land-mdpi" /> <splash src="res/screen/android/screen-xhdpi-landscape.png" density="land-xhdpi" /> <splash src="res/screen/android/screen-hdpi-portrait.png" density="hdpi" /> <splash src="res/screen/android/screen-ldpi-portrait.png" density="ldpi" /> <splash src="res/screen/android/screen-mdpi-portrait.png" density="mdpi" /> <splash src="res/screen/android/screen-xhdpi-portrait.png" density="xhdpi" /> <preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/screen/android/screen-mdpi-portrait.png" /> <update src="res/screen/android/splash-hdpi.9.png" target="res/drawable-hdpi/splash.9.png" /> <update src="res/screen/android/splash-ldpi.9.png" target="res/drawable-ldpi/splash.9.png" /> <update src="res/screen/android/splash-mdpi.9.png" target="res/drawable-mdpi/splash.9.png" /> <update src="res/screen/android/splash-xhdpi.9.png" target="res/drawable-xhdpi/splash.9.png" /> <update src="res/screen/android/splash-xxhdpi.9.png" target="res/drawable-xxhdpi/splash.9.png" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <icon src="res/icon/ios/icon.png" width="57" height="57" /> <icon src="res/icon/ios/icon@2x.png" width="114" height="114" /> <icon src="res/icon/ios/icon-40.png" width="40" height="40" /> <icon src="res/icon/ios/icon-40@2x.png" width="80" height="80" /> <icon src="res/icon/ios/icon-50.png" width="50" height="50" /> <icon src="res/icon/ios/icon-50@2x.png" width="100" height="100" /> <icon src="res/icon/ios/icon-60@2x.png" width="120" height="120" /> <icon src="res/icon/ios/icon-60@3x.png" width="180" height="180" /> <icon src="res/icon/ios/icon-72.png" width="72" height="72" /> <icon src="res/icon/ios/icon-72@2x.png" width="144" height="144" /> <icon src="res/icon/ios/icon-76.png" width="76" height="76" /> <icon src="res/icon/ios/icon-76@2x.png" width="152" height="152" /> <icon src="res/icon/ios/icon-83.5@2x.png" width="167" height="167" /> <icon src="res/icon/ios/icon-small.png" width="29" height="29" /> <icon src="res/icon/ios/icon-small@2x.png" width="58" height="58" /> <icon src="res/icon/ios/icon-small@3x.png" width="87" height="87" /> <splash src="res/screen/ios/Default~iphone.png" width="320" height="480" /> <splash src="res/screen/ios/Default@2x~iphone.png" width="640" height="960" /> <splash src="res/screen/ios/Default-Portrait~ipad.png" width="768" height="1024" /> <splash src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048" /> <splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768" /> <splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536" /> <splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136" /> <splash src="res/screen/ios/Default-667h~iphone.png" width="750" height="1334" /> <splash src="res/screen/ios/Default-736h~iphone.png" width="1242" height="2208" /> <splash src="res/screen/ios/Default-736h-Landscape~iphone.png" width="2208" height="1242" /> </platform> <platform name="windows"> <icon src="res/icon/windows/Square30x30Logo.scale-100.png" width="30" height="30" /> <icon src="res/icon/windows/Square44x44Logo.scale-100.png" width="44" height="44" /> <icon src="res/icon/windows/Square44x44Logo.scale-240.png" width="106" height="106" /> <icon src="res/icon/windows/Square70x70Logo.scale-100.png" width="70" height="70" /> <icon src="res/icon/windows/Square71x71Logo.scale-100.png" width="71" height="71" /> <icon src="res/icon/windows/Square71x71Logo.scale-240.png" width="170" height="170" /> <icon src="res/icon/windows/Square150x150Logo.scale-100.png" width="150" height="150" /> <icon src="res/icon/windows/Square150x150Logo.scale-240.png" width="360" height="360" /> <icon src="res/icon/windows/Square310x310Logo.scale-100.png" width="310" height="310" /> <icon src="res/icon/windows/StoreLogo.scale-100.png" width="50" height="50" /> <icon src="res/icon/windows/StoreLogo.scale-240.png" width="120" height="120" /> <splash src="res/screen/windows/SplashScreen.scale-100.png" width="620" height="300"/> <splash src="res/screen/windows/SplashScreenPhone.scale-240.png" width="1152" height="1920"/> <splash src="res/screen/windows/Wide310x150Logo.scale-100.png" width="310" height="150"/> <splash src="res/screen/windows/Wide310x150Logo.scale-240.png" width="744" height="360"/> </platform> </widget>