ci: enable unsigned tvOS build (signed stays gated on EAS tvOS credentials)

This commit is contained in:
Gauvain
2026-05-28 20:46:21 +02:00
parent c12f252079
commit 5db4a79e8a

View File

@@ -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: