51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 14.0.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development",
|
|
"env": {
|
|
"EXPO_PUBLIC_CONVEX_URL": "https://decisive-owl-34.eu-west-1.convex.cloud"
|
|
},
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"channel": "preview",
|
|
"env": {
|
|
"EXPO_PUBLIC_CONVEX_URL": "https://decisive-owl-34.eu-west-1.convex.cloud"
|
|
},
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"channel": "production",
|
|
"autoIncrement": true,
|
|
"env": {
|
|
"EXPO_PUBLIC_CONVEX_URL": "https://decisive-owl-34.eu-west-1.convex.cloud"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"android": {
|
|
"track": "production",
|
|
"releaseStatus": "draft"
|
|
},
|
|
"ios": {
|
|
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID"
|
|
}
|
|
}
|
|
}
|
|
}
|