|
@@ -2,7 +2,9 @@
|
|
|
"appId": "com.bigauction.mobile",
|
|
"appId": "com.bigauction.mobile",
|
|
|
"appName": "FirstCash",
|
|
"appName": "FirstCash",
|
|
|
"webDir": "dist",
|
|
"webDir": "dist",
|
|
|
- "bundledWebRuntime": false,
|
|
|
|
|
|
|
+ "bundledWebRuntime": true,
|
|
|
|
|
+ "backgroundColor": "#1C1C1C",
|
|
|
|
|
+ "errorPath": "error.html",
|
|
|
"android": {
|
|
"android": {
|
|
|
"buildOptions": {
|
|
"buildOptions": {
|
|
|
"keystorePath": "../zouma.jks",
|
|
"keystorePath": "../zouma.jks",
|
|
@@ -13,6 +15,9 @@
|
|
|
},
|
|
},
|
|
|
"releaseType": "APK"
|
|
"releaseType": "APK"
|
|
|
},
|
|
},
|
|
|
|
|
+ "ios": {
|
|
|
|
|
+ "allowsLinkPreview": false
|
|
|
|
|
+ },
|
|
|
"plugins": {
|
|
"plugins": {
|
|
|
"SplashScreen": {
|
|
"SplashScreen": {
|
|
|
"launchAutoHide": false
|
|
"launchAutoHide": false
|
|
@@ -22,9 +27,5 @@
|
|
|
"ANDROID_DEPLOY_KEY": "ZrEsHcngd89oYtHZYQxLRUSMJ8trafzoNUVDN",
|
|
"ANDROID_DEPLOY_KEY": "ZrEsHcngd89oYtHZYQxLRUSMJ8trafzoNUVDN",
|
|
|
"SERVER_URL": "https://codepush.appcenter.ms/"
|
|
"SERVER_URL": "https://codepush.appcenter.ms/"
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- "server": {
|
|
|
|
|
- "url": "http://192.168.6.215:5173/h5/",
|
|
|
|
|
- "clearText": true
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|