Initial consolidatio of rome and imex versions.

This commit is contained in:
Patrick Fic
2025-10-24 11:29:14 -07:00
parent 75ee01e896
commit bc22c823f9
15 changed files with 295 additions and 23 deletions

View File

@@ -22,14 +22,44 @@
},
"test": {
"channel": "test",
// "android": {
// "buildType": "apk"
// },
"autoIncrement": true
},
"production": {
"channel": "production",
"autoIncrement": true
},
"rome-development": {
"developmentClient": true,
"channel": "test",
"distribution": "internal",
"ios": {},
"autoIncrement": true,
"env": {
"APP_VARIANT": "ROME"
}
},
"rome-development-simulator": {
"developmentClient": true,
"channel": "test",
"distribution": "internal",
"ios": {
"simulator": true
},
"autoIncrement": true,
"env": {
"APP_VARIANT": "ROME"
}
},
"rome-test": {
"channel": "test",
"autoIncrement": true
},
"rome-production": {
"channel": "production",
"autoIncrement": true,
"env": {
"APP_VARIANT": "ROME"
}
}
},
"submit": {