feat(app-expo): env variants, local iOS prebuild, and About diagnostics
Align staging/production builds with APP_VARIANT bundle IDs, allow staging HTTP on iOS, add ios-prebuild scripts for TestFlight, and show connected API URL on About for non-production builds. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# 仅 API/WS 基址;TTS 每轮开关由运行时 WS payload 与服务端 ENABLE_TTS 控制(见 api/.env.example)。
|
||||
# 正式:关于页仅显示版本号;iOS Bundle ID org.brighteng.lifecho
|
||||
# TTS 每轮开关由运行时 WS payload 与服务端 ENABLE_TTS 控制(见 api/.env.example)。
|
||||
APP_VARIANT=production
|
||||
EXPO_PUBLIC_APP_VARIANT=production
|
||||
EXPO_PUBLIC_API_URL=https://lifecho.worldsplats.com
|
||||
EXPO_PUBLIC_WS_URL=wss://lifecho.worldsplats.com
|
||||
|
||||
Reference in New Issue
Block a user