react-native-game-engine-ex.../eas.json

62 lines
1.1 KiB
JSON

{
"cli": {
"version": ">= 2.7.1"
},
"build": {
"adhoc": {
"distribution": "internal",
"channel": "internal"
},
"adhoc:dev": {
"distribution": "internal",
"channel": "internal",
"developmentClient": true
},
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"image": "latest"
},
"ios": {
"simulator": true,
"resourceClass": "m-medium"
}
},
"preview": {
"channel": "preview",
"android": {
"buildType": "app-bundle",
"image": "latest"
},
"ios": {
"resourceClass": "m-medium"
}
},
"production": {
"channel": "production",
"android": {
"buildType": "app-bundle",
"image": "latest"
},
"ios": {
"resourceClass": "m-medium"
}
}
},
"submit": {
"preview": {
"android": {
"releaseStatus": "draft"
}
},
"production": {
"android": {
"track": "production",
"releaseStatus": "completed"
}
}
}
}