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" } } },