| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version='1.0' encoding='utf-8'?>
- <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">
- <name>gmMis</name>
- <description> A sample Apache Cordova application that responds to the deviceready event. </description>
- <author email="dev@cordova.apache.org" href="http://cordova.io"> Apache Cordova Team </author>
- <content src="gmMis.html" />
- <plugin name="cordova-plugin-whitelist" spec="1" />
- <access origin="*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
- <allow-intent href="tel:*" />
- <allow-intent href="sms:*" />
- <allow-intent href="mailto:*" />
- <allow-intent href="geo:*" />
- <platform name="android">
- <allow-intent href="market:*" />
- <config-file parent="/*" target="AndroidManifest.xml">
- <uses-permission android:name="android.permission.INTERNET" />
- </config-file>
- <icon density="hdpi" src="res/icon/android/drawable-hdpi/ic_launcher.png" />
- <icon density="xhdpi" src="res/icon/android/drawable-xhdpi/ic_launcher.png" />
- <icon density="xxhdpi" src="res/icon/android/drawable-xxhdpi/ic_launcher.png" />
- <icon density="xxxhdpi" src="res/icon/android/drawable-xxxhdpi/ic_launcher.png" />
- <splash density="xxhdpi" src="res/splash.png" />
- </platform>
- <platform name="ios">
- <allow-intent href="itms:*" />
- <allow-intent href="itms-apps:*" />
- <config-file parent="CFBundleLocalizations" target="*-Info.plist">
- <array>
- <string>zh_CN</string>
- </array>
- </config-file>
- <icon height="40" src="res/icon/ios/Icon-Notification@2x.png" width="40" />
- <icon height="60" src="res/icon/ios/Icon-Notification@3x.png" width="60" />
- <icon height="29" src="res/icon/ios/Icon-Small.png" width="29" />
- <icon height="58" src="res/icon/ios/Icon-Small@2x.png" width="58" />
- <icon height="87" src="res/icon/ios/Icon-Small@3x.png" width="87" />
- <icon height="80" src="res/icon/ios/Icon-Small-40@2x.png" width="80" />
- <icon height="120" src="res/icon/ios/Icon-Small-40@3x.png" width="120" />
- <icon height="120" src="res/icon/ios/Icon-60@2x.png" width="120" />
- <icon height="180" src="res/icon/ios/Icon-60@3x.png" width="180" />
- <icon height="57" src="res/icon/ios/Icon.png" width="57" />
- <icon height="114" src="res/icon/ios/Icon@2x.png" width="114" />
- <icon height="167" src="res/icon/ios/iPad/Icon-83.5@2x.png" width="167" />
- <icon height="76" src="res/icon/ios/iPad/Icon-76.png" width="76" />
- <icon height="152" src="res/icon/ios/iPad/Icon-76@2x.png" width="152" />
- <icon height="1024" src="res/icon/ios/App Store Marketing/icon.png" width="1024" />
- <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
- </platform>
- <plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
- <plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
- <plugin name="cordova-plugin-camera" spec="^4.0.3" />
- <plugin name="cordova-plugin-device" spec="^2.0.2" />
- <plugin name="cordova-plugin-clipboard-x" spec="^1.0.1" />
- <preference name="xwalkMultipleApk" value="false" />
- <plugin name="cordova-plugin-handheld" spec="https://github.com/x1ongzhu/cordova-plugin-handheld.git" />
- <plugin name="cordova-plugin-crosswalk-webview" spec="https://github.com/x1ongzhu/cordova-plugin-crosswalk-webview">
- <variable name="XWALK_VERSION" value="23+" />
- <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" />
- <variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect" />
- <variable name="XWALK_MODE" value="embedded" />
- <variable name="XWALK_MULTIPLEAPK" value="false" />
- </plugin>
- <plugin name="cordova-plugin-pgyer" spec="https://github.com/x1ongzhu/cordova-plugin-pgyer.git">
- <variable name="APP_ID" value="fc1475cd6e3915ca794041977acbfc2a" />
- </plugin>
- <engine name="android" spec="^7.1.4" />
- </widget>
|