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

config.xml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one
  4. or more contributor license agreements. See the NOTICE file
  5. distributed with this work for additional information
  6. regarding copyright ownership. The ASF licenses this file
  7. to you under the Apache License, Version 2.0 (the
  8. "License"); you may not use this file except in compliance
  9. with the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing,
  12. software distributed under the License is distributed on an
  13. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. KIND, either express or implied. See the License for the
  15. specific language governing permissions and limitations
  16. under the License.
  17. -->
  18. <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">
  19. <name>HelloCordova</name>
  20. <description>
  21. A sample Apache Cordova application that responds to the deviceready event.
  22. </description>
  23. <author email="dev@cordova.apache.org" href="http://cordova.io">
  24. Apache Cordova Team
  25. </author>
  26. <content src="index.html" />
  27. <!-- Whitelist configuration. Refer to https://cordova.apache.org/docs/en/edge/guide_appdev_whitelist_index.md.html -->
  28. <access origin="*" />
  29. <allow-intent href="http://*/*" />
  30. <allow-intent href="https://*/*" />
  31. <allow-intent href="tel:*" />
  32. <allow-intent href="sms:*" />
  33. <allow-intent href="mailto:*" />
  34. <allow-intent href="geo:*" />
  35. <platform name="android">
  36. <allow-intent href="market:*" />
  37. </platform>
  38. <platform name="ios">
  39. <allow-intent href="itms:*" />
  40. <allow-intent href="itms-apps:*" />
  41. </platform>
  42. </widget>