From 5db4a79e8a4da7966c9c3c0885cdc93f69c30cea Mon Sep 17 00:00:00 2001 From: Gauvain Date: Thu, 28 May 2026 20:46:21 +0200 Subject: [PATCH] ci: enable unsigned tvOS build (signed stays gated on EAS tvOS credentials) --- .github/workflows/build-apps.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 6792fe56a..814ef1de1 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -366,9 +366,10 @@ jobs: retention-days: 7 build-ios-tv-unsigned: - # Temporarily disabled until feat/tv-interface is merged (TV UI not ready). - # Re-enable by removing the `false &&` prefix below. - if: false && (!contains(github.event.head_commit.message, '[skip ci]')) + # Unsigned tvOS build is enabled (compiles without Apple credentials). + # The signed tvOS job above stays disabled until tvOS provisioning + # profiles are set up in EAS (app + TopShelf targets). + if: (!contains(github.event.head_commit.message, '[skip ci]')) runs-on: macos-26 name: 🍎 Build tvOS IPA (Unsigned) permissions: