Files
musicland/eas.json
T
2025-10-07 12:15:17 +02:00

39 lines
750 B
JSON

{
"cli": {
"version": ">= 7.2.0",
"appVersionSource": "remote",
"promptToConfigurePushNotifications": true
},
"build": {
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"production": {
"android": {
"buildType": "app-bundle",
"autoIncrement": "versionCode",
"resourceClass": "large"
},
"ios": {
"buildConfiguration": "Release",
"autoIncrement": "buildNumber"
}
}
},
"submit": {
"production": {
"ios": {
"appleId": "letawny@gmail.com",
"ascAppId": "1661696886",
"appleTeamId": "MW8MX2T3ZL"
}
}
}
}