* use eas version code * test * try sync * try sync * use eas to manage the version code * apply build numbers to dist * test script * set this to production or now * revert to schedule * testing on 1.69 * autosubmit * autosubmit, remove cheat * finished!!!!! try again try again try again try again add same for android maybe now omg wow i messed that up? once again once again again error? add caching add caching try again again again again try again again again try again again try again try this a different way another test testing this again * hack * write environment variables * ready to go * final test * Revert "final test" This reverts commit 6580c5c0974db25a3704b683673c41471a6ad0cf.
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.8.1",
|
|
"promptToConfigurePushNotifications": false,
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"node": "18.18.2"
|
|
},
|
|
"development": {
|
|
"extends": "base",
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development",
|
|
"ios": {
|
|
"simulator": true,
|
|
"resourceClass": "large"
|
|
}
|
|
},
|
|
"preview": {
|
|
"extends": "base",
|
|
"distribution": "internal",
|
|
"channel": "preview",
|
|
"ios": {
|
|
"resourceClass": "large"
|
|
}
|
|
},
|
|
"production": {
|
|
"extends": "base",
|
|
"ios": {
|
|
"resourceClass": "large",
|
|
"autoIncrement": true
|
|
},
|
|
"android": {
|
|
"autoIncrement": true
|
|
},
|
|
"channel": "production"
|
|
},
|
|
"github": {
|
|
"extends": "base",
|
|
"ios": {
|
|
"autoIncrement": true
|
|
},
|
|
"android": {
|
|
"autoIncrement": true
|
|
},
|
|
"channel": "production"
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6444370199"
|
|
}
|
|
}
|
|
}
|
|
}
|