Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

config.xml 4.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <feature name="CDVWebViewEngine">
  4. <param name="ios-package" value="CDVWebViewEngine" />
  5. </feature>
  6. <feature name="LaunchScreen">
  7. <param name="ios-package" value="CDVLaunchScreen" />
  8. </feature>
  9. <feature name="LocalStorage">
  10. <param name="ios-package" value="CDVLocalStorage" />
  11. </feature>
  12. <feature name="Console">
  13. <param name="ios-package" value="CDVLogger" />
  14. <param name="onload" value="true" />
  15. </feature>
  16. <feature name="HandleOpenUrl">
  17. <param name="ios-package" value="CDVHandleOpenURL" />
  18. <param name="onload" value="true" />
  19. </feature>
  20. <feature name="IntentAndNavigationFilter">
  21. <param name="ios-package" value="CDVIntentAndNavigationFilter" />
  22. <param name="onload" value="true" />
  23. </feature>
  24. <feature name="GestureHandler">
  25. <param name="ios-package" value="CDVGestureHandler" />
  26. <param name="onload" value="true" />
  27. </feature>
  28. <feature name="Device">
  29. <param name="ios-package" value="CDVDevice" />
  30. </feature>
  31. <name>ArtesaníasICP</name>
  32. <description>
  33. A sample Apache Cordova application that responds to the deviceready event.
  34. </description>
  35. <author email="dev@cordova.apache.org" href="http://cordova.io">
  36. Apache Cordova Team
  37. </author>
  38. <content src="index.html" />
  39. <access origin="*" />
  40. <allow-navigation href="http://*/*" />
  41. <allow-intent href="http://*/*" />
  42. <allow-intent href="https://*/*" />
  43. <allow-intent href="tel:*" />
  44. <allow-intent href="sms:*" />
  45. <allow-intent href="file://*" />
  46. <allow-intent href="mailto:*" />
  47. <allow-intent href="geo:*" />
  48. <icon height="57" src="icon/iOS/AppIcon.appiconset/icon.png" width="57" />
  49. <icon height="114" src="icon/iOS/AppIcon.appiconset/icon@2x.png" width="114" />
  50. <icon height="20" src="icon/iOS/AppIcon.appiconset/icon-20.png" width="20" />
  51. <icon height="48" src="icon/iOS/AppIcon.appiconset/icon-24@2x.png" width="48" />
  52. <icon height="60" src="icon/iOS/AppIcon.appiconset/icon-20@3x.png" width="60" />
  53. <icon height="55" src="icon/iOS/AppIcon.appiconset/icon-27.5@2x.png" width="55" />
  54. <icon height="29" src="icon/iOS/AppIcon.appiconset/icon-29.png" width="29" />
  55. <icon height="58" src="icon/iOS/AppIcon.appiconset/icon-29@2x.png" width="58" />
  56. <icon height="88" src="icon/iOS/AppIcon.appiconset/icon-29@3x.png" width="88" />
  57. <icon height="40" src="icon/iOS/AppIcon.appiconset/icon-40.png" width="40" />
  58. <icon height="80" src="icon/iOS/AppIcon.appiconset/icon-40@2x.png" width="80" />
  59. <icon height="88" src="icon/iOS/AppIcon.appiconset/icon-44@2x.png" width="88" />
  60. <icon height="50" src="icon/iOS/AppIcon.appiconset/icon-50.png" width="50" />
  61. <icon height="100" src="icon/iOS/AppIcon.appiconset/icon-50@2x.png" width="100" />
  62. <icon height="120" src="icon/iOS/AppIcon.appiconset/icon-60@2x.png" width="120" />
  63. <icon height="180" src="icon/iOS/AppIcon.appiconset/icon-60@3x.png" width="180" />
  64. <icon height="72" src="icon/iOS/AppIcon.appiconset/icon-72.png" width="72" />
  65. <icon height="144" src="icon/iOS/AppIcon.appiconset/icon-72@2x.png" width="144" />
  66. <icon height="76" src="icon/iOS/AppIcon.appiconset/icon-76.png" width="76" />
  67. <icon height="152" src="icon/iOS/AppIcon.appiconset/icon-76@2x.png" width="152" />
  68. <icon height="167" src="icon/iOS/AppIcon.appiconset/icon-83.5@2x.png" width="167" />
  69. <icon height="172" src="icon/iOS/AppIcon.appiconset/icon-86@2x.png" width="172" />
  70. <icon height="196" src="icon/iOS/AppIcon.appiconset/icon-98@2x.png" width="196" />
  71. <icon height="1024" src="icon/iOS/AppIcon.appiconset/icon-1024.png" width="1024" />
  72. <preference name="AllowInlineMediaPlayback" value="false" />
  73. <preference name="BackupWebStorage" value="cloud" />
  74. <preference name="DisallowOverscroll" value="false" />
  75. <preference name="EnableViewportScale" value="false" />
  76. <preference name="KeyboardDisplayRequiresUserAction" value="true" />
  77. <preference name="MediaTypesRequiringUserActionForPlayback" value="none" />
  78. <preference name="SuppressesIncrementalRendering" value="false" />
  79. <preference name="SuppressesLongPressGesture" value="false" />
  80. <preference name="Suppresses3DTouchGesture" value="false" />
  81. <preference name="GapBetweenPages" value="0" />
  82. <preference name="PageLength" value="0" />
  83. <preference name="PaginationBreakingMode" value="page" />
  84. <preference name="PaginationMode" value="unpaginated" />
  85. </widget>