112 lines
2.2 KiB
JSON
112 lines
2.2 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">=18",
|
|
"promptToConfigurePushNotifications": false,
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"node": "24.19.0"
|
|
},
|
|
"selfhosted-android": {
|
|
"android": {
|
|
"buildType": "apk",
|
|
"credentialsSource": "local"
|
|
}
|
|
},
|
|
"development": {
|
|
"extends": "base",
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development",
|
|
"ios": {
|
|
"simulator": true,
|
|
"resourceClass": "large"
|
|
},
|
|
"env": {
|
|
"EXPO_PUBLIC_ENV": "production"
|
|
}
|
|
},
|
|
"e2e": {
|
|
"extends": "development",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"env": {
|
|
"EXPO_PUBLIC_ENV": "e2e",
|
|
"NODE_ENV": "development",
|
|
"RN_SRC_EXT": "e2e.ts,e2e.tsx"
|
|
}
|
|
},
|
|
"preview": {
|
|
"extends": "base",
|
|
"distribution": "internal",
|
|
"channel": "production",
|
|
"ios": {
|
|
"resourceClass": "large"
|
|
},
|
|
"env": {
|
|
"EXPO_PUBLIC_ENV": "production"
|
|
}
|
|
},
|
|
"production": {
|
|
"extends": "base",
|
|
"ios": {
|
|
"resourceClass": "large",
|
|
"autoIncrement": true,
|
|
"buildArtifactPaths": ["ios/build/*"]
|
|
},
|
|
"android": {
|
|
"autoIncrement": true
|
|
},
|
|
"channel": "production",
|
|
"env": {
|
|
"EXPO_PUBLIC_ENV": "production"
|
|
}
|
|
},
|
|
"testflight": {
|
|
"extends": "base",
|
|
"ios": {
|
|
"autoIncrement": true,
|
|
"buildArtifactPaths": ["ios/build/*"]
|
|
},
|
|
"android": {
|
|
"autoIncrement": true
|
|
},
|
|
"channel": "testflight",
|
|
"env": {
|
|
"EXPO_PUBLIC_ENV": "testflight"
|
|
}
|
|
},
|
|
"testflight-android": {
|
|
"extends": "base",
|
|
"ios": {
|
|
"autoIncrement": true,
|
|
"buildArtifactPaths": ["ios/build/*"]
|
|
},
|
|
"android": {
|
|
"autoIncrement": true
|
|
},
|
|
"channel": "testflight",
|
|
"env": {
|
|
"EXPO_PUBLIC_ENV": "testflight"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6444370199"
|
|
},
|
|
"android": {
|
|
"track": "production"
|
|
}
|
|
},
|
|
"testflight-android": {
|
|
"android": {
|
|
"track": "internal"
|
|
}
|
|
}
|
|
}
|
|
}
|