Guest User

Untitled

a guest
Nov 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <widget xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:vs="http://schemas.microsoft.com/appx/2014/htmlapps" id="io.cordova.myappb763f9" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" defaultlocale="en-US">
  3. <name>xxx-NCR</name>
  4. <description>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.</description>
  5. <author href="xxxxx" email="xxxxx">xxxx</author>
  6. <vs:template-name>HTML</vs:template-name>
  7. <content src="index.html" />
  8. <access origin="*" />
  9. <preference name="SplashScreen" value="screen" />
  10. <preference name="windows-target-version" value="10.0" />
  11. <!-- Support for Cordova 5.0.0 plugin system -->
  12. <plugin name="cordova-plugin-whitelist" spec="1.2.2" />
  13. <allow-intent href="http://*/*" />
  14. <allow-intent href="https://*/*" />
  15. <allow-intent href="tel:*" />
  16. <allow-intent href="sms:*" />
  17. <allow-intent href="mailto:*" />
  18. <allow-intent href="geo:*" />
  19. <platform name="android">
  20. <allow-intent href="market:*" />
  21. <preference name="Fullscreen" value="false" />
  22. <preference name="HideKeyboardFormAccessoryBar" value="true" />
  23. </platform>
  24. <platform name="ios">
  25. <allow-intent href="itms:*" />
  26. <allow-intent href="itms-apps:*" />
  27. </platform>
  28. <platform name="android">
  29. <icon src="res/icons/android/icon-36-ldpi.png" density="ldpi" />
  30. <icon src="res/icons/android/icon-48-mdpi.png" density="mdpi" />
  31. <icon src="res/icons/android/icon-72-hdpi.png" density="hdpi" />
  32. <icon src="res/icons/android/icon-96-xhdpi.png" density="xhdpi" />
  33. </platform>
  34. <platform name="ios">
  35. <!-- iOS 8.0+ -->
  36. <!-- iPhone 6 Plus -->
  37. <icon src="res/icons/ios/icon-60-3x.png" width="180" height="180" />
  38. <!-- iOS 7.0+ -->
  39. <!-- iPhone / iPod Touch -->
  40. <icon src="res/icons/ios/icon-60.png" width="60" height="60" />
  41. <icon src="res/icons/ios/icon-60-2x.png" width="120" height="120" />
  42. <!-- iPad -->
  43. <icon src="res/icons/ios/icon-76.png" width="76" height="76" />
  44. <icon src="res/icons/ios/icon-76-2x.png" width="152" height="152" />
  45. <!-- iOS 6.1 -->
  46. <!-- Spotlight Icon -->
  47. <icon src="res/icons/ios/icon-40.png" width="40" height="40" />
  48. <icon src="res/icons/ios/icon-40-2x.png" width="80" height="80" />
  49. <!-- iPhone / iPod Touch -->
  50. <icon src="res/icons/ios/icon-57.png" width="57" height="57" />
  51. <icon src="res/icons/ios/icon-57-2x.png" width="114" height="114" />
  52. <!-- iPad -->
  53. <icon src="res/icons/ios/icon-72.png" width="72" height="72" />
  54. <icon src="res/icons/ios/icon-72-2x.png" width="144" height="144" />
  55. <!-- iPhone Spotlight and Settings Icon -->
  56. <icon src="res/icons/ios/icon-small.png" width="29" height="29" />
  57. <icon src="res/icons/ios/icon-small-2x.png" width="58" height="58" />
  58. <!-- iPad Spotlight and Settings Icon -->
  59. <icon src="res/icons/ios/icon-50.png" width="50" height="50" />
  60. <icon src="res/icons/ios/icon-50-2x.png" width="100" height="100" />
  61. </platform>
  62. <platform name="windows">
  63. <icon src="res/icons/windows/Square150x150Logo.scale-100.png" width="150" height="150" />
  64. <icon src="res/icons/windows/Square150x150Logo.scale-240.png" width="360" height="360" />
  65. <icon src="res/icons/windows/Square30x30Logo.scale-100.png" width="30" height="30" />
  66. <icon src="res/icons/windows/Square310x310Logo.scale-100.png" width="310" height="310" />
  67. <icon src="res/icons/windows/Square44x44Logo.scale-100.png" width="44" height="44" />
  68. <icon src="res/icons/windows/Square44x44Logo.scale-240.png" width="106" height="106" />
  69. <icon src="res/icons/windows/Square70x70Logo.scale-100.png" width="70" height="70" />
  70. <icon src="res/icons/windows/Square71x71Logo.scale-100.png" width="71" height="71" />
  71. <icon src="res/icons/windows/Square71x71Logo.scale-240.png" width="170" height="170" />
  72. <icon src="res/icons/windows/StoreLogo.scale-100.png" width="50" height="50" />
  73. <icon src="res/icons/windows/StoreLogo.scale-240.png" width="120" height="120" />
  74. <icon src="res/icons/windows/Wide310x150Logo.scale-100.png" width="310" height="150" />
  75. <icon src="res/icons/windows/Wide310x150Logo.scale-240.png" width="744" height="360" />
  76. </platform>
  77. <platform name="android">
  78. <splash src="res/screens/android/screen-hdpi-landscape.png" density="land-hdpi" />
  79. <splash src="res/screens/android/screen-ldpi-landscape.png" density="land-ldpi" />
  80. <splash src="res/screens/android/screen-mdpi-landscape.png" density="land-mdpi" />
  81. <splash src="res/screens/android/screen-xhdpi-landscape.png" density="land-xhdpi" />
  82. <splash src="res/screens/android/screen-hdpi-portrait.png" density="port-hdpi" />
  83. <splash src="res/screens/android/screen-ldpi-portrait.png" density="port-ldpi" />
  84. <splash src="res/screens/android/screen-mdpi-portrait.png" density="port-mdpi" />
  85. <splash src="res/screens/android/screen-xhdpi-portrait.png" density="port-xhdpi" />
  86. </platform>
  87. <platform name="ios">
  88. <splash src="res/screens/ios/screen-iphone-portrait.png" width="320" height="480" />
  89. <splash src="res/screens/ios/screen-iphone-portrait-2x.png" width="640" height="960" />
  90. <splash src="res/screens/ios/screen-ipad-portrait.png" width="768" height="1024" />
  91. <splash src="res/screens/ios/screen-ipad-portrait-2x.png" width="1536" height="2048" />
  92. <splash src="res/screens/ios/screen-ipad-landscape.png" width="1024" height="768" />
  93. <splash src="res/screens/ios/screen-ipad-landscape-2x.png" width="2048" height="1536" />
  94. <splash src="res/screens/ios/screen-iphone-568h-2x.png" width="640" height="1136" />
  95. <splash src="res/screens/ios/screen-iphone-portrait-667h.png" width="750" height="1334" />
  96. <splash src="res/screens/ios/screen-iphone-portrait-736h.png" width="1242" height="2208" />
  97. <splash src="res/screens/ios/screen-iphone-landscape-736h.png" width="2208" height="1242" />
  98. </platform>
  99. <platform name="windows">
  100. <splash src="res/screens/windows/SplashScreen.scale-100.png" width="620" height="300" />
  101. <splash src="res/screens/windows/SplashScreen.scale-240.png" width="1152" height="1920" />
  102. <splash src="res/screens/windows/SplashScreenPhone.scale-240.png" width="1152" height="1920" />
  103. </platform>
  104. <vs:toolsetVersion>6.3.1</vs:toolsetVersion>
  105. <engine name="android" spec="~5.2.1" />
  106. <engine name="ios" spec="~4.2.0" />
  107. <engine name="windows" spec="~4.4.2" />
  108. <!--<plugin name="cordova-plugin-statusbar" spec="~2.4.2" />-->
  109. <plugin name="cordova-plugin-file" spec="~6.0.1" />
  110. <preference name="android-minSdkVersion" value="16" />
  111. <preference name="android-maxSdkVersion" value="28" />
  112. <preference name="android-targetSdkVersion" value="24" />
  113. <preference name="ShowTitle" value="True" />
  114. <preference name="Orientation" value="portrait" />
  115. <plugin name="cordova-plugin-keyboard" spec="~1.2.0" />
  116. <plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
  117.  
  118. <!-- android -->
  119. <platform name="android">
  120. <js-module src="www/android/keyboard.js" name="keyboard">
  121. <clobbers target="window.Keyboard" />
  122. </js-module>
  123. <config-file target="config.xml" parent="/*">
  124. <feature name="Keyboard">
  125. <preference name="HideKeyboard" value="true" />
  126. </feature>
  127. </config-file>
  128. </platform>
  129. </widget>
Add Comment
Please, Sign In to add comment