Initial consolidatio of rome and imex versions.
This commit is contained in:
36
eas.json
36
eas.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user