Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

test-config-3.xml 1.0KB

12345678910111213141516171819202122232425
  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. <preference name="SwiftVersion" value="4.1" />
  16. </platform>
  17. <access origin="http://*.apache.org" />
  18. <access origin="https://*.apache.org" />
  19. <allow-navigation href="http://*.apache.org" />
  20. <allow-navigation href="https://*.apache.org" />
  21.  
  22. </widget>