Guest User

Untitled

a guest
Dec 28th, 2017
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2.  
  3. <widget id="sapphire.quicktask" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  4.  
  5. <name>Quick Task</name>
  6.  
  7. <description>An awesome team management, to do app.</description>
  8.  
  9. <author email="ersaurabh101@gmail.com" href="http://sapphireprofits.com/">Ionic Framework Team</author>
  10.  
  11. <content src="index.html" />
  12.  
  13. <access origin="*" />
  14.  
  15. <allow-intent href="http://*/*" />
  16.  
  17. <allow-intent href="https://*/*" />
  18.  
  19. <allow-intent href="tel:*" />
  20.  
  21. <allow-intent href="sms:*" />
  22.  
  23. <allow-intent href="mailto:*" />
  24.  
  25. <allow-intent href="geo:*" />
  26.  
  27. <preference name="ScrollEnabled" value="false" />
  28.  
  29. <preference name="android-minSdkVersion" value="16" />
  30.  
  31. <preference name="BackupWebStorage" value="none" />
  32.  
  33. <preference name="SplashMaintainAspectRatio" value="true" />
  34.  
  35. <preference name="FadeSplashScreenDuration" value="300" />
  36.  
  37. <preference name="SplashShowOnlyFirstTime" value="false" />
  38.  
  39. <preference name="SplashScreen" value="screen" />
  40.  
  41. <preference name="SplashScreenDelay" value="3000" />
  42.  
  43. <platform name="android">
  44.  
  45. <allow-intent href="market:*" />
  46.  
  47. <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
  48.  
  49. <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
  50.  
  51. <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
  52.  
  53. <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
  54.  
  55. <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
  56.  
  57. <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
  58.  
  59. <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
  60.  
  61. <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
  62.  
  63. <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
  64.  
  65. <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
  66.  
  67. <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
  68.  
  69. <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
  70.  
  71. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
  72.  
  73. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
  74.  
  75. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
  76.  
  77. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
  78.  
  79. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
  80.  
  81. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
  82.  
  83. </platform>
  84.  
  85. <platform name="ios">
  86.  
  87. <allow-intent href="itms:*" />
  88.  
  89. <allow-intent href="itms-apps:*" />
  90.  
  91. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  92.  
  93. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  94.  
  95. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  96.  
  97. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  98.  
  99. <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
  100.  
  101. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  102.  
  103. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  104.  
  105. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  106.  
  107. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  108.  
  109. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  110.  
  111. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  112.  
  113. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  114.  
  115. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  116.  
  117. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  118.  
  119. <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
  120.  
  121. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  122.  
  123. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  124.  
  125. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  126.  
  127. <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
  128.  
  129. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  130.  
  131. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  132.  
  133. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
  134.  
  135. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
  136.  
  137. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
  138.  
  139. <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
  140.  
  141. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
  142.  
  143. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  144.  
  145. <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
  146.  
  147. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  148.  
  149. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  150.  
  151. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  152.  
  153. <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
  154.  
  155. </platform>
  156.  
  157. <preference name="AutoHideSplashScreen" value="false" />
  158.  
  159. <preference name="SplashScreenDelay" value="10000" />
  160.  
  161. <preference name="FadeSplashScreenDuration" value="1000" />
  162.  
  163. <preference name="SplashScreen" value="screen" />
  164.  
  165. <preference name="ShowSplashScreen" value="true" />
  166.  
  167. <preference name="ShowSplashScreenSpinner" value="false" />
  168.  
  169. <preference name="SplashShowOnlyFirstTime" value="false" />
  170.  
  171. <preference name="FadeSplashScreen" value="true" />
  172.  
  173. <allow-navigation href="http://192.168.0.20:8100" />
  174.  
  175. <engine name="android" spec="^6.2.3" />
  176.  
  177. <engine name="browser" spec="5.0.1" />
  178.  
  179. <engine name="ios" spec="4.5.4" />
  180.  
  181. <plugin name="cordova-plugin-device" spec="^1.1.4" />
  182.  
  183. <plugin name="cordova-plugin-ionic-webview" spec="^1.1.11" />
  184.  
  185. <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
  186.  
  187. <plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
  188.  
  189. <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
  190.  
  191. <plugin name="cordova-plugin-firebase" spec="^0.1.24" />
  192.  
  193. <plugin name="cordova-sqlite-storage" spec="^2.1.2" />
  194.  
  195. <plugin name="cordova-plugin-inappbrowser" spec="^1.7.2" />
  196.  
  197. </widget>
Add Comment
Please, Sign In to add comment