|
@@ -1,5 +1,5 @@
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
-<widget id="com.izouma.zmj" version="1.0.0" android-versionCode="3" ios-CFBundleVersion="3"
|
|
|
|
|
|
|
+<widget id="com.izouma.zmj" version="1.0.0" android-versionCode="6" ios-CFBundleVersion="6"
|
|
|
xmlns="http://www.w3.org/ns/widgets"
|
|
xmlns="http://www.w3.org/ns/widgets"
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
@@ -28,11 +28,36 @@
|
|
|
<icon src="res/icon/android/icon-xhdpi.png" density="xhdpi"/>
|
|
<icon src="res/icon/android/icon-xhdpi.png" density="xhdpi"/>
|
|
|
<icon src="res/icon/android/icon-xxhdpi.png" density="xxhdpi"/>
|
|
<icon src="res/icon/android/icon-xxhdpi.png" density="xxhdpi"/>
|
|
|
<icon src="res/icon/android/icon-xxxhdpi.png" density="xxxhdpi"/>
|
|
<icon src="res/icon/android/icon-xxxhdpi.png" density="xxxhdpi"/>
|
|
|
|
|
+ <splash density="ldpi" src="res/screen/android/splash.png" />
|
|
|
|
|
+ <splash density="mdpi" src="res/screen/android/splash.png" />
|
|
|
|
|
+ <splash density="hdpi" src="res/screen/android/splash.png" />
|
|
|
|
|
+ <splash density="xhdpi" src="res/screen/android/splash.png" />
|
|
|
|
|
+ <splash density="xxhdpi" src="res/screen/android/splash.png" />
|
|
|
|
|
+ <splash density="xxxhdpi" src="res/screen/android/splash.png" />
|
|
|
|
|
+ <preference name="StatusBarOverlaysWebView" value="false" />
|
|
|
</platform>
|
|
</platform>
|
|
|
<platform name="ios">
|
|
<platform name="ios">
|
|
|
<allow-intent href="itms:*" />
|
|
<allow-intent href="itms:*" />
|
|
|
<allow-intent href="itms-apps:*" />
|
|
<allow-intent href="itms-apps:*" />
|
|
|
<preference name="DisallowOverscroll" value="true" />
|
|
<preference name="DisallowOverscroll" value="true" />
|
|
|
|
|
+ <preference name="SplashScreenDelay" value="1500" />
|
|
|
|
|
+ <config-file parent="CFBundleLocalizations" target="*-Info.plist">
|
|
|
|
|
+ <array>
|
|
|
|
|
+ <string>zh_CN</string>
|
|
|
|
|
+ </array>
|
|
|
|
|
+ </config-file>
|
|
|
|
|
+ <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
|
|
|
|
|
+ <string>需要相机权限才能继续使用</string>
|
|
|
|
|
+ </config-file>
|
|
|
|
|
+ <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
|
|
|
|
|
+ <string>需要相册权限才能继续使用</string>
|
|
|
|
|
+ </config-file>
|
|
|
|
|
+ <config-file parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">
|
|
|
|
|
+ <string>您的当前位置将会在地图上显示,并且用于获取周边的园区数据</string>
|
|
|
|
|
+ </config-file>
|
|
|
|
|
+ <config-file parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
|
|
|
|
|
+ <false />
|
|
|
|
|
+ </config-file>
|
|
|
<icon height="20" src="res/icon/ios/icon-20.png" width="20" />
|
|
<icon height="20" src="res/icon/ios/icon-20.png" width="20" />
|
|
|
<icon height="29" src="res/icon/ios/icon-29.png" width="29" />
|
|
<icon height="29" src="res/icon/ios/icon-29.png" width="29" />
|
|
|
<icon height="40" src="res/icon/ios/icon-40.png" width="40" />
|
|
<icon height="40" src="res/icon/ios/icon-40.png" width="40" />
|
|
@@ -52,5 +77,11 @@
|
|
|
<icon height="167" src="res/icon/ios/icon-167.png" width="167" />
|
|
<icon height="167" src="res/icon/ios/icon-167.png" width="167" />
|
|
|
<icon height="180" src="res/icon/ios/icon-180.png" width="180" />
|
|
<icon height="180" src="res/icon/ios/icon-180.png" width="180" />
|
|
|
<icon height="1024" src="res/icon/ios/icon-1024.png" width="1024" />
|
|
<icon height="1024" src="res/icon/ios/icon-1024.png" width="1024" />
|
|
|
|
|
+ <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
|
|
|
|
|
+ <preference name="WKWebViewOnly" value="true" />
|
|
|
|
|
+ <feature name="CDVWKWebViewEngine">
|
|
|
|
|
+ <param name="ios-package" value="CDVWKWebViewEngine" />
|
|
|
|
|
+ </feature>
|
|
|
|
|
+ <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
|
|
|
</platform>
|
|
</platform>
|
|
|
</widget>
|
|
</widget>
|