config.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget android-targetSdkVersion="22" id="com.izouma.muye" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>牧场溯源</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="http://180.169.224.24:8090/muchang/login" />
  11. <plugin name="cordova-plugin-whitelist" spec="1" />
  12. <access origin="*" />
  13. <allow-intent href="http://*/*" />
  14. <allow-intent href="https://*/*" />
  15. <allow-intent href="tel:*" />
  16. <allow-intent href="sms:*" />
  17. <allow-intent href="mailto:*" />
  18. <allow-intent href="geo:*" />
  19. <allow-intent href="itms-apps:*" />
  20. <allow-intent href="market:*" />
  21. <allow-navigation href="*" />
  22. <platform name="android">
  23. <allow-intent href="market:*" />
  24. <icon density="hdpi" src="res/icon/android/drawable-hdpi/ic_launcher.png" />
  25. <icon density="xhdpi" src="res/icon/android/drawable-xhdpi/ic_launcher.png" />
  26. <icon density="xxhdpi" src="res/icon/android/drawable-xxhdpi/ic_launcher.png" />
  27. <icon density="xxxhdpi" src="res/icon/android/drawable-xxxhdpi/ic_launcher.png" />
  28. </platform>
  29. <platform name="ios">
  30. <allow-intent href="itms:*" />
  31. <allow-intent href="itms-apps:*" />
  32. </platform>
  33. <plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
  34. <plugin name="cordova-plugin-multidex" spec="^0.1.4" />
  35. <plugin name="cordova-plugin-remote-injection" spec="^0.5.2" />
  36. <plugin name="cordova-plugin-handheld" spec="../handheld" />
  37. <engine name="android" spec="^6.3.0" />
  38. </widget>