Advertisement
Guest User

Phonegap Config

a guest
Oct 4th, 2017
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.20 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.arkylus.foodapp" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:gap="http://phonegap.com/ns/1.0">
  3.     <name>Food App Well Group</name>
  4.     <description>
  5.         Food App Well Group Chalan Entry
  6.     </description>
  7.     <author email="golammostofa31188@gmail.com" href="http://mostofa.arkylus.com">
  8.         Golam Mostofa
  9.     </author>
  10.     <content src="index.html" />
  11.     <preference name="DisallowOverscroll" value="true" />
  12.     <preference name="android-minSdkVersion" value="14" />
  13.     <platform name="android">
  14.         <icon density="ldpi" src="www/res/icon/android/drawable-ldpi-icon.png" />
  15.         <icon density="mdpi" src="www/res/icon/android/drawable-mdpi-icon.png" />
  16.         <icon density="hdpi" src="www/res/icon/android/drawable-hdpi-icon.png" />
  17.         <icon density="xhdpi" src="www/res/icon/android/drawable-xhdpi-icon.png" />
  18.         <icon density="xxhdpi" src="www/res/icon/android/drawable-xxhdpi-icon.png" />
  19.         <icon density="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi-icon.png" />
  20.         <splash density="land-ldpi" src="www/res/screen/android/drawable-land-ldpi-screen.png" />
  21.         <splash density="land-mdpi" src="www/res/screen/android/drawable-land-mdpi-screen.png" />
  22.         <splash density="land-hdpi" src="www/res/screen/android/drawable-land-hdpi-screen.png" />
  23.         <splash density="land-xhdpi" src="www/res/screen/android/drawable-land-xhdpi-screen.png" />
  24.         <splash density="land-xxhdpi" src="www/res/screen/android/drawable-land-xxhdpi-screen.png" />
  25.         <splash density="land-xxxhdpi" src="www/res/screen/android/drawable-land-xxxhdpi-screen.png" />
  26.         <splash density="port-ldpi" src="www/res/screen/android/drawable-port-ldpi-screen.png" />
  27.         <splash density="port-mdpi" src="www/res/screen/android/drawable-port-mdpi-screen.png" />
  28.         <splash density="port-hdpi" src="www/res/screen/android/drawable-port-hdpi-screen.png" />
  29.         <splash density="port-xhdpi" src="www/res/screen/android/drawable-port-xhdpi-screen.png" />
  30.         <splash density="port-xxhdpi" src="www/res/screen/android/drawable-port-xxhdpi-screen.png" />
  31.         <splash density="port-xxxhdpi" src="www/res/screen/android/drawable-port-xxxhdpi-screen.png" />
  32.     </platform>
  33.     <platform name="ios">
  34.         <icon height="57" platform="ios" src="www/res/icon/ios/icon.png" width="57" />
  35.         <icon height="114" platform="ios" src="www/res/icon/ios/icon@2x.png" width="114" />
  36.         <icon height="40" platform="ios" src="www/res/icon/ios/icon-40.png" width="40" />
  37.         <icon height="80" platform="ios" src="www/res/icon/ios/icon-40@2x.png" width="80" />
  38.         <icon height="50" platform="ios" src="www/res/icon/ios/icon-50.png" width="50" />
  39.         <icon height="100" platform="ios" src="www/res/icon/ios/icon-50@2x.png" width="100" />
  40.         <icon height="60" platform="ios" src="www/res/icon/ios/icon-60.png" width="60" />
  41.         <icon height="120" platform="ios" src="www/res/icon/ios/icon-60@2x.png" width="120" />
  42.         <icon height="180" platform="ios" src="www/res/icon/ios/icon-60@3x.png" width="180" />
  43.         <icon height="72" platform="ios" src="www/res/icon/ios/icon-72.png" width="72" />
  44.         <icon height="144" platform="ios" src="www/res/icon/ios/icon-72@2x.png" width="144" />
  45.         <icon height="76" platform="ios" src="www/res/icon/ios/icon-76.png" width="76" />
  46.         <icon height="152" platform="ios" src="www/res/icon/ios/icon-76@2x.png" width="152" />
  47.         <icon height="29" platform="ios" src="www/res/icon/ios/icon-small.png" width="29" />
  48.         <icon height="58" platform="ios" src="www/res/icon/ios/icon-small@2x.png" width="58" />
  49.         <icon height="87" platform="ios" src="www/res/icon/ios/icon-small@3x.png" width="87" />
  50.         <splash height="1136" platform="ios" src="www/res/screen/ios/Default-568h@2x~iphone.png" width="640" />
  51.         <splash height="1334" platform="ios" src="www/res/screen/ios/Default-667h.png" width="750" />
  52.         <splash height="2208" platform="ios" src="www/res/screen/ios/Default-736h.png" width="1242" />
  53.         <splash height="1242" platform="ios" src="www/res/screen/ios/Default-Landscape-736h.png" width="2208" />
  54.         <splash height="1536" platform="ios" src="www/res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" />
  55.         <splash height="768" platform="ios" src="www/res/screen/ios/Default-Landscape~ipad.png" width="1024" />
  56.         <splash height="2048" platform="ios" src="www/res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" />
  57.         <splash height="1024" platform="ios" src="www/res/screen/ios/Default-Portrait~ipad.png" width="768" />
  58.         <splash height="960" platform="ios" src="www/res/screen/ios/Default@2x~iphone.png" width="640" />
  59.         <splash height="480" platform="ios" src="www/res/screen/ios/Default~iphone.png" width="320" />
  60.     </platform>
  61.     <platform name="wp8">
  62.         <icon height="99" platform="wp8" src="www/res/icon/wp8/ApplicationIcon.png" width="99" />
  63.         <icon height="159" platform="wp8" src="www/res/icon/wp8/Background.png" width="159" />
  64.         <splash height="1280" platform="wp8" src="www/res/screen/wp8/screen-portrait.jpg" width="768" />
  65.     </platform>
  66.     <platform name="windows">
  67.         <icon height="150" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-100.png" width="150" />
  68.         <icon height="30" platform="windows" src="www/res/icon/windows/Square30x30Logo.scale-100.png" width="30" />
  69.         <icon height="50" platform="windows" src="www/res/icon/windows/StoreLogo.scale-100.png" width="50" />
  70.         <splash height="300" platform="windows" src="www/res/screen/windows/SplashScreen.scale-100.png" width="620" />
  71.         <icon height="120" platform="windows" src="www/res/icon/windows/StoreLogo.scale-240.png" width="120" />
  72.         <icon height="44" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-100.png" width="44" />
  73.         <icon height="106" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-240.png" width="106" />
  74.         <icon height="70" platform="windows" src="www/res/icon/windows/Square70x70Logo.scale-100.png" width="70" />
  75.         <icon height="71" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-100.png" width="71" />
  76.         <icon height="170" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-240.png" width="170" />
  77.         <icon height="360" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-240.png" width="360" />
  78.         <icon height="310" platform="windows" src="www/res/icon/windows/Square310x310Logo.scale-100.png" width="310" />
  79.         <icon height="150" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-100.png" width="310" />
  80.         <icon height="360" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-240.png" width="744" />
  81.         <splash height="1920" platform="windows" src="www/res/screen/windows/SplashScreenPhone.scale-240.png" width="1152" />
  82.     </platform>
  83.     <!--
  84.    <access origin="*" />
  85.    
  86.    <access origin="http://arkylus.com" />
  87.    <access origin="http://arkylus.com" subdomains="true" />
  88.    <access origin="http://mostofa.arkylus.com" />
  89.    -->
  90.    
  91.     <allow-intent href="http://*/*" />
  92.     <allow-intent href="https://*/*" />
  93.     <allow-intent href="tel:*" />
  94.     <allow-intent href="sms:*" />
  95.     <allow-intent href="mailto:*" />
  96.     <allow-intent href="geo:*" />
  97.     <platform name="android">
  98.         <access origin="*" />
  99.         <access origin="http://arkylus.com" />
  100.         <access origin="http://arkylus.com" subdomains="true" />
  101.         <access origin="http://mostofa.arkylus.com" />
  102.         <allow-intent href="market:*" />
  103.     </platform>
  104.     <platform name="ios">
  105.         <allow-intent href="itms:*" />
  106.         <allow-intent href="itms-apps:*" />
  107.     </platform>
  108.     <engine name="android" spec="~6.2.3" />
  109.     <engine name="browser" spec="~4.1.0" />
  110.     <plugin name="cordova-plugin-battery-status" spec="~1.1.1" />
  111.     <plugin name="cordova-plugin-camera" spec="~2.1.1" />
  112.     <plugin name="cordova-plugin-console" spec="~1.0.2" />
  113.     <plugin name="cordova-plugin-contacts" spec="~2.0.1" />
  114.     <plugin name="cordova-plugin-device" spec="~1.1.1" />
  115.     <plugin name="cordova-plugin-device-motion" spec="~1.2.0" />
  116.     <plugin name="cordova-plugin-device-orientation" spec="~1.0.2" />
  117.     <plugin name="cordova-plugin-dialogs" spec="~1.2.0" />
  118.     <plugin name="cordova-plugin-file" spec="~4.1.1" />
  119.     <plugin name="cordova-plugin-file-transfer" spec="~1.5.0" />
  120.     <plugin name="cordova-plugin-geolocation" spec="~2.1.0" />
  121.     <plugin name="cordova-plugin-globalization" spec="~1.0.3" />
  122.     <plugin name="cordova-plugin-inappbrowser" spec="~1.3.0" />
  123.     <plugin name="cordova-plugin-media" spec="~2.2.0" />
  124.     <plugin name="cordova-plugin-media-capture" spec="~1.2.0" />
  125.     <plugin name="cordova-plugin-network-information" spec="~1.2.1" />
  126.     <plugin name="cordova-plugin-splashscreen" spec="~3.2.1" />
  127.     <plugin name="cordova-plugin-statusbar" spec="~2.1.2" />
  128.     <plugin name="cordova-plugin-vibration" spec="~2.1.0" />
  129.     <plugin name="cordova-plugin-whitelist" spec="~1.2.1" />
  130. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement