Files
trezor-suite/suite-native/app/eas.json

91 lines
2.4 KiB
JSON

{
"cli": {
"version": ">= 7.1.1",
"appVersionSource": "remote",
"promptToConfigurePushNotifications": false
},
"build": {
"base": {
"env": {
"EAS_NO_FROZEN_LOCKFILE": "1"
}
},
"develop": {
"extends": "base",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "develop"
},
"channel": "develop",
"autoIncrement": true,
"ios": {
"distribution": "store"
},
"android": {
"distribution": "internal",
"resourceClass": "large"
}
},
"preview": {
"extends": "base",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "preview"
},
"channel": "preview",
"autoIncrement": true,
"developmentClient": true,
"credentialsSource": "remote",
"distribution": "internal"
},
"adhoc": {
"extends": "preview",
"developmentClient": false
},
"production": {
"extends": "base",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "production",
"EXPO_PUBLIC_CODESIGN_BUILD": "true"
},
"autoIncrement": true,
"android": {
"credentialsSource": "remote",
"resourceClass": "large"
},
"ios": {
"credentialsSource": "remote"
}
},
"productionAPK": {
"extends": "base",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "production",
"EXPO_PUBLIC_CODESIGN_BUILD": "true"
},
"android": {
"credentialsSource": "remote",
"buildType": "apk"
}
}
},
"submit": {
"develop": {
"ios": {
"bundleIdentifier": "io.trezor.suite.develop",
"ascAppId": "1631884497",
"appleTeamId": "C3P22XVH2C"
}
},
"production": {
"android": {
"track": "internal",
"changesNotSentForReview": true
},
"ios": {
"bundleIdentifier": "io.trezor.suite",
"ascAppId": "1631884497",
"appleTeamId": "C3P22XVH2C"
}
}
}
}