add staging ios app build script

This commit is contained in:
Kevin
2026-05-20 10:27:40 +08:00
parent 0d417331fd
commit 81458c7046
14 changed files with 102 additions and 31 deletions

View File

@@ -150,10 +150,10 @@ curl -Ls "https://get.maestro.mobile.dev" | bash
| 场景 | 构建命令 | 读取配置 |
|------|---------|---------|
| 普通开发 | `pnpm ios` / `pnpm android` | `.env.development` |
| 普通开发 | `pnpm ios` / `pnpm android` | `env/development` |
| 需要登录态的 E2E | `pnpm ios:e2e` / `pnpm android:e2e` | `.env.e2e`staging backend + E2E 开关) |
正常 staging 构建继续使用 `.env.staging`,不注入 `EXPO_PUBLIC_E2E`
正常 staging 构建继续使用 `env/staging``use-env staging`,不注入 `EXPO_PUBLIC_E2E`
### 现有 flow