config.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.izouma.gmmis" version="1.3.8" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>gmMis</name>
  4. <description> A sample Apache Cordova application that responds to the deviceready event. </description>
  5. <author email="dev@cordova.apache.org" href="http://cordova.io"> Apache Cordova Team </author>
  6. <content src="gmMis.html" />
  7. <plugin name="cordova-plugin-whitelist" spec="1" />
  8. <access origin="*" />
  9. <allow-intent href="http://*/*" />
  10. <allow-intent href="https://*/*" />
  11. <allow-intent href="tel:*" />
  12. <allow-intent href="sms:*" />
  13. <allow-intent href="mailto:*" />
  14. <allow-intent href="geo:*" />
  15. <platform name="android">
  16. <allow-intent href="market:*" />
  17. <config-file parent="/*" target="AndroidManifest.xml">
  18. <uses-permission android:name="android.permission.INTERNET" />
  19. </config-file>
  20. <icon density="hdpi" src="res/icon/android/drawable-hdpi/ic_launcher.png" />
  21. <icon density="xhdpi" src="res/icon/android/drawable-xhdpi/ic_launcher.png" />
  22. <icon density="xxhdpi" src="res/icon/android/drawable-xxhdpi/ic_launcher.png" />
  23. <icon density="xxxhdpi" src="res/icon/android/drawable-xxxhdpi/ic_launcher.png" />
  24. <splash density="xxhdpi" src="res/splash.png" />
  25. </platform>
  26. <platform name="ios">
  27. <allow-intent href="itms:*" />
  28. <allow-intent href="itms-apps:*" />
  29. <config-file parent="CFBundleLocalizations" target="*-Info.plist">
  30. <array>
  31. <string>zh_CN</string>
  32. </array>
  33. </config-file>
  34. <icon height="40" src="res/icon/ios/Icon-Notification@2x.png" width="40" />
  35. <icon height="60" src="res/icon/ios/Icon-Notification@3x.png" width="60" />
  36. <icon height="29" src="res/icon/ios/Icon-Small.png" width="29" />
  37. <icon height="58" src="res/icon/ios/Icon-Small@2x.png" width="58" />
  38. <icon height="87" src="res/icon/ios/Icon-Small@3x.png" width="87" />
  39. <icon height="80" src="res/icon/ios/Icon-Small-40@2x.png" width="80" />
  40. <icon height="120" src="res/icon/ios/Icon-Small-40@3x.png" width="120" />
  41. <icon height="120" src="res/icon/ios/Icon-60@2x.png" width="120" />
  42. <icon height="180" src="res/icon/ios/Icon-60@3x.png" width="180" />
  43. <icon height="57" src="res/icon/ios/Icon.png" width="57" />
  44. <icon height="114" src="res/icon/ios/Icon@2x.png" width="114" />
  45. <icon height="167" src="res/icon/ios/iPad/Icon-83.5@2x.png" width="167" />
  46. <icon height="76" src="res/icon/ios/iPad/Icon-76.png" width="76" />
  47. <icon height="152" src="res/icon/ios/iPad/Icon-76@2x.png" width="152" />
  48. <icon height="1024" src="res/icon/ios/App Store Marketing/icon.png" width="1024" />
  49. <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
  50. </platform>
  51. <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
  52. <plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
  53. <plugin name="cordova-plugin-camera" spec="^4.0.3" />
  54. <plugin name="cordova-plugin-device" spec="^2.0.2" />
  55. <plugin name="cordova-plugin-clipboard-x" spec="^1.0.1" />
  56. <preference name="xwalkMultipleApk" value="false" />
  57. <plugin name="cordova-plugin-handheld" spec="https://github.com/x1ongzhu/cordova-plugin-handheld.git" />
  58. <plugin name="cordova-plugin-crosswalk-webview" spec="https://github.com/x1ongzhu/cordova-plugin-crosswalk-webview">
  59. <variable name="XWALK_VERSION" value="23+" />
  60. <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" />
  61. <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" />
  62. <variable name="XWALK_MODE" value="embedded" />
  63. <variable name="XWALK_MULTIPLEAPK" value="false" />
  64. </plugin>
  65. <plugin name="cordova-plugin-pgyer" spec="https://github.com/x1ongzhu/cordova-plugin-pgyer.git">
  66. <variable name="APP_ID" value="fc1475cd6e3915ca794041977acbfc2a" />
  67. </plugin>
  68. <engine name="android" spec="^7.1.4" />
  69. </widget>