From 591d89c19fe7b308fe963394139ac7043d032780 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 31 Jan 2026 17:52:35 +0100 Subject: [PATCH] feat(tv): local build eas creds --- .gitignore | 2 ++ eas.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b8c7526a..47fcc0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,8 @@ expo-env.d.ts pc-api-7079014811501811218-719-3b9f15aeccf8.json credentials.json streamyfin-4fec1-firebase-adminsdk.json +profiles/ +certs/ # Version and Backup Files /version-backup-* diff --git a/eas.json b/eas.json index 5ecd93c3..0a17c22a 100644 --- a/eas.json +++ b/eas.json @@ -81,6 +81,9 @@ "channel": "0.52.0", "env": { "EXPO_TV": "1" + }, + "ios": { + "credentialsSource": "local" } } },