98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 14.2.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"autoIncrement": true,
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development",
|
|
"env": {
|
|
"APP_ENV": "development",
|
|
"SHARP_IGNORE_GLOBAL_LIBVIPS": "1"
|
|
}
|
|
},
|
|
"development-store": {
|
|
"autoIncrement": true,
|
|
"developmentClient": true,
|
|
"distribution": "store",
|
|
"channel": "development",
|
|
"env": {
|
|
"APP_ENV": "development",
|
|
"SHARP_IGNORE_GLOBAL_LIBVIPS": "1"
|
|
}
|
|
},
|
|
"preview": {
|
|
"autoIncrement": true,
|
|
"distribution": "internal",
|
|
"channel": "preview",
|
|
"env": {
|
|
"APP_ENV": "preview",
|
|
"SHARP_IGNORE_GLOBAL_LIBVIPS": "1"
|
|
}
|
|
},
|
|
"preview-store": {
|
|
"autoIncrement": true,
|
|
"distribution": "store",
|
|
"channel": "preview",
|
|
"env": {
|
|
"APP_ENV": "preview",
|
|
"SHARP_IGNORE_GLOBAL_LIBVIPS": "1"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"channel": "production",
|
|
"env": {
|
|
"APP_ENV": "production",
|
|
"SHARP_IGNORE_GLOBAL_LIBVIPS": "1"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"development-store": {
|
|
"ios": {
|
|
"appleId": "steve@bulkovo.com",
|
|
"ascAppId": "6748984254",
|
|
"appleTeamId": "466DQWDR8C"
|
|
}
|
|
},
|
|
"preview-store": {
|
|
"ios": {
|
|
"appleId": "steve@bulkovo.com",
|
|
"ascAppId": "6749025570",
|
|
"appleTeamId": "466DQWDR8C"
|
|
}
|
|
},
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "steve@bulkovo.com",
|
|
"ascAppId": "6748571505",
|
|
"appleTeamId": "466DQWDR8C"
|
|
}
|
|
}
|
|
}
|
|
}
|