config.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <widget id="com.miaomiao.app" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>瞄喵</name>
  4. <description>
  5. An Ionic Framework and Cordova project.
  6. </description>
  7. <author email="you@example.com" href="http://example.com.com/">
  8. Mike
  9. </author>
  10. <content src="index.html"/>
  11. <access origin="*"/>
  12. <allow-intent href="*"/>
  13. <allow-navigation href="*"/>
  14. <preference name="webviewbounce" value="false"/>
  15. <preference name="UIWebViewBounce" value="false"/>
  16. <preference name="DisallowOverscroll" value="true"/>
  17. <preference name="android-minSdkVersion" value="16"/>
  18. <preference name="BackupWebStorage" value="none"/>
  19. <preference name="KeepRunning" value="True"/>
  20. <preference name="ShowTitle" value="True"/>
  21. <preference name="InAppBrowserStorageEnabled" value="True"/>
  22. <preference name="SuppressesIncrementalRendering" value="True"/>
  23. <preference name="windows-target-version" value="10.0"/>
  24. <preference name="SplashScreen" value="screen"/>
  25. <preference name="SplashScreenDelay" value="3000"/>
  26. <feature name="StatusBar">
  27. <param name="ios-package" onload="true" value="CDVStatusBar"/>
  28. </feature>
  29. <platform name="ios">
  30. <icon height="57" src="resources/ios/icon/icon.png" width="57"/>
  31. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114"/>
  32. <icon height="40" src="resources/ios/icon/icon-40.png" width="40"/>
  33. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80"/>
  34. <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120"/>
  35. <icon height="50" src="resources/ios/icon/icon-50.png" width="50"/>
  36. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100"/>
  37. <icon height="60" src="resources/ios/icon/icon-60.png" width="60"/>
  38. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120"/>
  39. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180"/>
  40. <icon height="72" src="resources/ios/icon/icon-72.png" width="72"/>
  41. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144"/>
  42. <icon height="76" src="resources/ios/icon/icon-76.png" width="76"/>
  43. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152"/>
  44. <icon height="29" src="resources/ios/icon/icon-small.png" width="29"/>
  45. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58"/>
  46. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87"/>
  47. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640"/>
  48. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750"/>
  49. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242"/>
  50. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208"/>
  51. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048"/>
  52. <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732"/>
  53. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024"/>
  54. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536"/>
  55. <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048"/>
  56. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768"/>
  57. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640"/>
  58. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320"/>
  59. </platform>
  60. <platform name="android">
  61. <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png"/>
  62. <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png"/>
  63. <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png"/>
  64. <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png"/>
  65. <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png"/>
  66. <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png"/>
  67. <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png"/>
  68. <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png"/>
  69. <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png"/>
  70. <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png"/>
  71. <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png"/>
  72. <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png"/>
  73. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png"/>
  74. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png"/>
  75. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png"/>
  76. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png"/>
  77. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png"/>
  78. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png"/>
  79. </platform>
  80. <engine name="android" spec="^6.2.3"/>
  81. <plugin name="cordova-hot-code-push-plugin" spec="^1.5.3"/>
  82. <plugin name="cordova-plugin-actionsheet" spec="2.3.3"/>
  83. <plugin name="cordova-plugin-camera" spec="file:node_modules\cordova-plugin-camera"/>
  84. <plugin name="cordova-plugin-compat" spec="1.1.0"/>
  85. <plugin name="cordova-plugin-console" spec="~1.0.2"/>
  86. <plugin name="cordova-plugin-device" spec="~1.1.1"/>
  87. <plugin name="cordova-plugin-file" spec="4.3.2"/>
  88. <plugin name="cordova-plugin-file-transfer" spec="1.6.2"/>
  89. <plugin name="cordova-plugin-media-capture" spec="1.4.3"/>
  90. <plugin name="cordova-plugin-splashscreen" spec="4.0.3"/>
  91. <plugin name="cordova-plugin-statusbar" spec="~2.1.0"/>
  92. <plugin name="cordova-plugin-wechat" spec="^2.0.0">
  93. <variable name="WECHATAPPID" value="wxc5181c0d406023e6"/>
  94. </plugin>
  95. <plugin name="cordova-plugin-whitelist" spec="^1.3.2"/>
  96. <plugin name="ionic-plugin-keyboard" spec="~1.0.9"/>
  97. <plugin name="jpush-phonegap-plugin" spec="^3.2.3">
  98. <variable name="APP_KEY" value="69838317211448192366f9d8"/>
  99. </plugin>
  100. <plugin name="phonegap-plugin-barcodescanner" spec="git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git">
  101. <variable name="CAMERA_USAGE_DESCRIPTION" value="请摄像头对准条码"/>
  102. </plugin>
  103. </widget>