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

106 lines
3.0 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"
}
},
"preview": {
"extends": "base",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "preview"
},
"channel": "preview",
"autoIncrement": true,
"developmentClient": true,
"credentialsSource": "remote",
"distribution": "internal"
},
"adhoc": {
"extends": "preview",
"env": {
"EXPO_PUBLIC_FF_IS_DEVICE_CONNECT_ENABLED": "true",
"EXPO_PUBLIC_FF_IS_BLUETOOTH_ENABLED": "true",
"EXPO_PUBLIC_IS_DEVICE_AUTHENTICITY_CHECK_ENABLED": "false",
"EXPO_PUBLIC_IS_FIRMWARE_REVISION_CHECK_ENABLED": "false",
"EXPO_PUBLIC_IS_FIRMWARE_HASH_CHECK_ENABLED": "false"
},
"developmentClient": false,
"ios": {
"distribution": "store"
}
},
"production": {
"extends": "base",
"env": {
"EXPO_PUBLIC_ENVIRONMENT": "production",
"EXPO_PUBLIC_CODESIGN_BUILD": "true"
},
"autoIncrement": true,
"android": {
"credentialsSource": "remote"
},
"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": "1632206646",
"appleTeamId": "C3P22XVH2C"
}
},
"adhoc": {
"ios": {
"bundleIdentifier": "io.trezor.suite.preview",
"ascAppId": "6739429089",
"appleTeamId": "C3P22XVH2C"
}
},
"production": {
"android": {
"track": "internal",
"changesNotSentForReview": true
},
"ios": {
"bundleIdentifier": "io.trezor.suite",
"ascAppId": "1631884497",
"appleTeamId": "C3P22XVH2C"
}
}
}
}