feat: Enables iOS TV builds (#1422)

This commit is contained in:
Gauvain
2026-05-22 08:49:15 +02:00
committed by GitHub
parent e7f200a114
commit 0aa2dc5924
3 changed files with 177 additions and 85 deletions

View File

@@ -15,6 +15,7 @@
"android:tv": "cross-env EXPO_TV=1 expo run:android",
"build:android:local": "cd android && cross-env NODE_ENV=production ./gradlew assembleRelease",
"ios:unsigned-build": "cross-env EXPO_TV=0 bun scripts/ios/build-ios.ts --production",
"ios:unsigned-build:tv": "cross-env EXPO_TV=1 bun scripts/ios/build-ios.ts --production",
"prepare": "husky",
"typecheck": "node scripts/typecheck.js",
"check": "biome check . --max-diagnostics 1000",