From dee3024d26db056384b02294d0966e91392141f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Thu, 28 May 2026 11:51:35 +0200 Subject: [PATCH] Infuse-tvOS: add executable, support arm64e, bump version --- Infuse/Infuse-tvOS/Infuse.plist | 3 +++ Infuse/Infuse-tvOS/Makefile | 2 +- Infuse/Infuse-tvOS/control | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Infuse/Infuse-tvOS/Infuse.plist b/Infuse/Infuse-tvOS/Infuse.plist index f8411b4..7aeb983 100644 --- a/Infuse/Infuse-tvOS/Infuse.plist +++ b/Infuse/Infuse-tvOS/Infuse.plist @@ -3,5 +3,8 @@ Bundles = ( "com.firecore.infuse", ); + Executables = ( + "infuse", + ); }; } \ No newline at end of file diff --git a/Infuse/Infuse-tvOS/Makefile b/Infuse/Infuse-tvOS/Makefile index eea5ee5..b9f0bd4 100644 --- a/Infuse/Infuse-tvOS/Makefile +++ b/Infuse/Infuse-tvOS/Makefile @@ -1,5 +1,5 @@ TARGET = appletv:latest:18.3 -ARCHS = arm64 +ARCHS = arm64 arm64e INSTALL_TARGET_PROCESSES = infuse THEOS_PACKAGE_SCHEME = rootless diff --git a/Infuse/Infuse-tvOS/control b/Infuse/Infuse-tvOS/control index 53746bc..e0bc60b 100644 --- a/Infuse/Infuse-tvOS/control +++ b/Infuse/Infuse-tvOS/control @@ -1,6 +1,6 @@ Package: io.infuseteam.infuserootless Name: Infuse (Rootless) -Version: 2.1 +Version: 2.2 Architecture: appletvos-arm64 Description: Unlock the full potential of Infuse Maintainer: Infuse Team