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

config.xml 803B

12345678910111213141516171819202122
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget 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. <access origin="*" />
  12. <platform name="ios">
  13. <resource-file src="image-8888.png" />
  14. <resource-file src="image-5678.png" target="image-5678.png" />
  15. <resource-file src="image-1234.png" target="images/image-3456.png" />
  16. </platform>
  17. </widget>