|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
-<widget id="vip.raex.nft" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleVersion="42" android-versionCode="58">
|
|
|
|
|
- <name>绿洲数字藏品中心</name>
|
|
|
|
|
|
|
+<widget id="vip.raex.nft" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleVersion="64" android-versionCode="71">
|
|
|
|
|
+ <name>绿洲宇宙</name>
|
|
|
<description>
|
|
<description>
|
|
|
A sample Apache Cordova application that responds to the deviceready event.
|
|
A sample Apache Cordova application that responds to the deviceready event.
|
|
|
</description>
|
|
</description>
|
|
@@ -19,7 +19,7 @@
|
|
|
<preference name="BackgroundColor" value="#000000"/>
|
|
<preference name="BackgroundColor" value="#000000"/>
|
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
|
<preference name="Orientation" value="portrait"/>
|
|
<preference name="Orientation" value="portrait"/>
|
|
|
- <preference name="SplashScreenDelay" value="1500"/>
|
|
|
|
|
|
|
+ <preference name="AutoHideSplashScreen" value="false"/>
|
|
|
<preference name="ShowSplashScreenSpinner" value="false"/>
|
|
<preference name="ShowSplashScreenSpinner" value="false"/>
|
|
|
<splash src="res/splash/ios/Default@2x~universal~anyany.png"/>
|
|
<splash src="res/splash/ios/Default@2x~universal~anyany.png"/>
|
|
|
<hook src="scripts/deleteDSStore.js" type="before_prepare"/>
|
|
<hook src="scripts/deleteDSStore.js" type="before_prepare"/>
|
|
@@ -35,6 +35,12 @@
|
|
|
<preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
|
|
<preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
|
|
|
<preference name="SplashMaintainAspectRatio" value="true"/>
|
|
<preference name="SplashMaintainAspectRatio" value="true"/>
|
|
|
<icon src="res/icon/android/icon.png"/>
|
|
<icon src="res/icon/android/icon.png"/>
|
|
|
|
|
+ <icon src="res/icon/android/mipmap-ldpi/ic_launcher.png" density="ldpi"/>
|
|
|
|
|
+ <icon src="res/icon/android/mipmap-mdpi/ic_launcher.png" density="mdpi"/>
|
|
|
|
|
+ <icon src="res/icon/android/mipmap-hdpi/ic_launcher.png" density="hdpi"/>
|
|
|
|
|
+ <icon src="res/icon/android/mipmap-xhdpi/ic_launcher.png" density="xhdpi"/>
|
|
|
|
|
+ <icon src="res/icon/android/mipmap-xxhdpi/ic_launcher.png" density="xxhdpi"/>
|
|
|
|
|
+ <icon src="res/icon/android/mipmap-xxxhdpi/ic_launcher.png" density="xxxhdpi"/>
|
|
|
</platform>
|
|
</platform>
|
|
|
<platform name="ios">
|
|
<platform name="ios">
|
|
|
<hook type="after_prepare" src="scripts/ios/fixFileTransfer.js"/>
|
|
<hook type="after_prepare" src="scripts/ios/fixFileTransfer.js"/>
|
|
@@ -64,11 +70,9 @@
|
|
|
<allow-intent href="weixin:*"/>
|
|
<allow-intent href="weixin:*"/>
|
|
|
<preference name="WKWebViewOnly" value="true"/>
|
|
<preference name="WKWebViewOnly" value="true"/>
|
|
|
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine"/>
|
|
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine"/>
|
|
|
- <preference name="CodePushDeploymentKey" value="7PytY0e4EOd9MgdaLR54sfXNR3FB4ksvOXqog"/>
|
|
|
|
|
|
|
+ <preference name="CodePushDeploymentKey" value="mPvlw1rQkbSqLdICxg0rrZyDBg1h4ksvOXqog"/>
|
|
|
<preference name="CodePushServerUrl" value="http://120.78.171.194:3001/"/>
|
|
<preference name="CodePushServerUrl" value="http://120.78.171.194:3001/"/>
|
|
|
<preference name="StatusBarOverlaysWebView" value="false"/>
|
|
<preference name="StatusBarOverlaysWebView" value="false"/>
|
|
|
- <preference name="StatusBarStyle" value="lightcontent"/>
|
|
|
|
|
- <preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
|
|
|
|
|
<feature name="CDVWKWebViewEngine">
|
|
<feature name="CDVWKWebViewEngine">
|
|
|
<param name="ios-package" value="CDVWKWebViewEngine"/>
|
|
<param name="ios-package" value="CDVWKWebViewEngine"/>
|
|
|
</feature>
|
|
</feature>
|
|
@@ -89,5 +93,11 @@
|
|
|
<config-file parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
|
|
<config-file parent="ITSAppUsesNonExemptEncryption" target="*-Info.plist">
|
|
|
<false/>
|
|
<false/>
|
|
|
</config-file>
|
|
</config-file>
|
|
|
|
|
+ <config-file parent="UIStatusBarHidden" target="*-Info.plist" mode="merge">
|
|
|
|
|
+ <true/>
|
|
|
|
|
+ </config-file>
|
|
|
|
|
+ <config-file parent="UIViewControllerBasedStatusBarAppearance" target="*-Info.plist" mode="merge">
|
|
|
|
|
+ <true/>
|
|
|
|
|
+ </config-file>
|
|
|
</platform>
|
|
</platform>
|
|
|
</widget>
|
|
</widget>
|