mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 19:01:18 +00:00

- Updated UI resources and splash screens - Added package configuration for EAS builds - Updated iOS related configuration files - Added necessary files for cross-platform builds - Synchronized package dependencies
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.7.2"
|
|
},
|
|
"build": {
|
|
"development-simulator": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"gradleCommand": ":app:assembleDebug"
|
|
}
|
|
},
|
|
"development-android": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"gradleCommand": ":app:assembleDebug",
|
|
"withoutCredentials": true,
|
|
"autoIncrement": false
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"resourceClass": "m1-medium"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"ios": {
|
|
"resourceClass": "m1-medium"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "YOUR_APPLE_ID_EMAIL",
|
|
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID",
|
|
"appleTeamId": "YOUR_APPLE_TEAM_ID"
|
|
}
|
|
}
|
|
}
|
|
}
|