Repositorio del curso CCOM4030 el semestre B91 del proyecto Paz para la Mujer

legacy-only.xml 1.9KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget android-packageName="io.cordova.hellocordova.android" id="io.cordova.hellocordova" ios-CFBundleIdentifier="io.cordova.hellocordova.ios" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>Hello Cordova</name>
  4. <description>
  5. A sample Apache Cordova application that responds to the deviceready event.
  6. </description>
  7. <author email="dev@cordova.apache.org" href="http://cordova.io">
  8. Apache Cordova Team
  9. </author>
  10. <content src="index.html" />
  11. <platform name="ios">
  12. <preference name="orientation" value="all" />
  13. <preference name="target-device" value="handset" />
  14. <preference name="deployment-target" value="8.0" />
  15. <splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/>
  16. <splash src="res/screen/ios/Default@2x~iphone.png" width="640" height="960"/>
  17. <splash src="res/screen/ios/Default-Portrait~ipad.png" width="768" height="1024"/>
  18. <splash src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
  19. <splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024" height="768"/>
  20. <splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
  21. <splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640" height="1136"/>
  22. <splash src="res/screen/ios/Default-667h.png" width="750" height="1334"/>
  23. <splash src="res/screen/ios/Default-736h.png" width="1242" height="2208"/>
  24. <splash src="res/screen/ios/Default-Landscape-736h.png" width="2208" height="1242"/>
  25. </platform>
  26. <access origin="http://*.apache.org" />
  27. <access origin="https://*.apache.org" />
  28. <allow-navigation href="http://*.apache.org" />
  29. <allow-navigation href="https://*.apache.org" />
  30.  
  31. </widget>