test(mobile): more testing on ota

This commit is contained in:
2025-11-16 20:11:34 -06:00
parent 564f0b5add
commit 75c0659658
5 changed files with 45 additions and 20 deletions

View File

@@ -11,16 +11,6 @@
"ios": {
"supportsTablet": true
},
"updates": {
"enabled": true,
"url": "http://10.193.0.56:4000/api/mobile/updates",
"fallbackToCacheTimeout": 30000,
"codeSigningCertificate": "./certs/certificate.pem",
"codeSigningMetadata": {
"keyid": "self-hosted",
"alg": "rsa-v1_5-sha256"
}
},
"runtimeVersion": "1.0.0",
"android": {
"adaptiveIcon": {
@@ -31,6 +21,7 @@
},
"package": "com.company.lstscanner",
"versionCode": 1,
"runtimeVersion": "1.0.0",
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},