Guest User

xml

a guest
Oct 1st, 2017
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.zaahah.stage" version="1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>Zaahah</name>
  4. <description>
  5.  
  6. Making a difference in education by spurring discovery, new connections and involvement, by safely connecting students with other students.
  7.  
  8. </description>
  9. <author email="hola@2amigos.us" href="http://2amigos.us/">
  10.  
  11. 2migOS.us
  12.  
  13. </author>
  14. <content src="index.html" />
  15. <access origin="*" />
  16. <allow-intent href="*" />
  17. <allow-navigation href="*" />
  18. <preference name="webviewbounce" value="false" />
  19. <preference name="UIWebViewBounce" value="false" />
  20. <preference name="DisallowOverscroll" value="true" />
  21. <preference name="android-minSdkVersion" value="16" />
  22. <preference name="BackupWebStorage" value="none" />
  23. <preference name="SplashScreen" value="screen" />
  24. <preference name="SplashScreenDelay" value="5000" />
  25. <preference name="AutoHideSplashScreen" value="true" />
  26. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  27. <preference name="iosPersistentFileLocation" value="Compatibility" />
  28. <preference name="orientation" value="portrait" />
  29. <feature name="StatusBar">
  30. <param name="ios-package" onload="true" value="CDVStatusBar" />
  31. </feature>
  32. <feature name="NetworkStatus">
  33. <param name="ios-package" value="CDVConnection" />
  34. </feature>
  35. <feature name="InAppBrowser">
  36. <param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" />
  37. <param name="ios-package" value="CDVInAppBrowser" />
  38. </feature>
  39. <feature name="SplashScreen">
  40. <param name="ios-package" value="CDVSplashScreen" />
  41. </feature>
  42. <platform name="android">
  43. <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
  44. <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
  45. <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
  46. <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
  47. <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
  48. <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
  49. <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
  50. <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
  51. <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
  52. <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
  53. <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
  54. <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
  55. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
  56. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
  57. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
  58. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
  59. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
  60. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
  61. </platform>
  62. <platform name="ios">
  63. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  64. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  65. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  66. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  67. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  68. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  69. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  70. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  71. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  72. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  73. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  74. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  75. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  76. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  77. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  78. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  79. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  80. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  81. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
  82. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
  83. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
  84. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
  85. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  86. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  87. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  88. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  89. </platform>
  90. <preference name="xwalkVersion" value="15+" />
  91. <preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
  92. <preference name="xwalkMode" value="embedded" />
  93. <preference name="xwalkMultipleApk" value="true" />
  94. <plugin name="cordova-plugin-file" spec="~3.0.0" />
  95. </widget>
Add Comment
Please, Sign In to add comment